Skip to content

Commit fc65039

Browse files
committed
Raise minimum core version
1 parent e7297c0 commit fc65039

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/powersync_core/lib/src/setup_web.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ bool coreVersionIsInRange(String tag) {
135135
// Sets the range of powersync core version that is compatible with the sqlite3 version
136136
// We're a little more selective in the versions chosen here than the range
137137
// we're compatible with.
138-
VersionConstraint constraint = VersionConstraint.parse('>=0.3.0 <0.4.0');
138+
VersionConstraint constraint = VersionConstraint.parse('>=0.3.10 <0.4.0');
139139
List<String> parts = tag.split('-');
140140
String powersyncPart = parts[1];
141141

0 commit comments

Comments
 (0)