We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e7297c0 commit fc65039Copy full SHA for fc65039
packages/powersync_core/lib/src/setup_web.dart
@@ -135,7 +135,7 @@ bool coreVersionIsInRange(String tag) {
135
// Sets the range of powersync core version that is compatible with the sqlite3 version
136
// We're a little more selective in the versions chosen here than the range
137
// we're compatible with.
138
- VersionConstraint constraint = VersionConstraint.parse('>=0.3.0 <0.4.0');
+ VersionConstraint constraint = VersionConstraint.parse('>=0.3.10 <0.4.0');
139
List<String> parts = tag.split('-');
140
String powersyncPart = parts[1];
141
0 commit comments