Skip to content

Commit

Permalink
Raise minimum core version
Browse files Browse the repository at this point in the history
  • Loading branch information
simolus3 committed Feb 18, 2025
1 parent e7297c0 commit fc65039
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/powersync_core/lib/src/setup_web.dart
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ bool coreVersionIsInRange(String tag) {
// Sets the range of powersync core version that is compatible with the sqlite3 version
// We're a little more selective in the versions chosen here than the range
// we're compatible with.
VersionConstraint constraint = VersionConstraint.parse('>=0.3.0 <0.4.0');
VersionConstraint constraint = VersionConstraint.parse('>=0.3.10 <0.4.0');
List<String> parts = tag.split('-');
String powersyncPart = parts[1];

Expand Down

0 comments on commit fc65039

Please sign in to comment.