diff --git a/packages/powersync_core/lib/src/setup_web.dart b/packages/powersync_core/lib/src/setup_web.dart index e4d63d2b..b3ad99c9 100644 --- a/packages/powersync_core/lib/src/setup_web.dart +++ b/packages/powersync_core/lib/src/setup_web.dart @@ -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 parts = tag.split('-'); String powersyncPart = parts[1];