Skip to content

Commit

Permalink
Merge pull request #38 from isar-community/bugfix/releaseurl
Browse files Browse the repository at this point in the history
Point release url to isar-community.dev
  • Loading branch information
mrclauss authored Mar 27, 2024
2 parents d10191a + 361b9ef commit 073fd6c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/isar/lib/src/native/isar_core.dart
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,7 @@ const nullBool = IsarObject_NULL_BOOL;
const falseBool = IsarObject_FALSE_BOOL;
const trueBool = IsarObject_TRUE_BOOL;

const String _githubUrl =
'https://github.com/isar-community/isar/releases/download';
const String _githubUrl = 'https://isar-community.dev/releases';

bool _isarInitialized = false;

Expand Down

0 comments on commit 073fd6c

Please sign in to comment.