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 4e0a3ce commit 87735fdCopy full SHA for 87735fd
packages/powersync_core/lib/src/database/core_version.dart
@@ -60,7 +60,7 @@ extension type const PowerSyncCoreVersion((int, int, int) _tuple) {
60
// Note: When updating this, also update the download URL in
61
// scripts/init_powersync_core_binary.dart and the version ref in
62
// packages/sqlite3_wasm_build/build.sh
63
- static const minimum = PowerSyncCoreVersion((0, 3, 14));
+ static const minimum = PowerSyncCoreVersion((0, 4, 0));
64
65
/// The first version of the core extensions that this version of the Dart
66
/// SDK doesn't support.
0 commit comments