Skip to content

Commit

Permalink
Point release url to isar-community.dev
Browse files Browse the repository at this point in the history
Fixes: #30
  • Loading branch information
Martin Clauss committed Mar 27, 2024
1 parent d10191a commit 361b9ef
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 361b9ef

Please sign in to comment.