Skip to content

Commit 87735fd

Browse files
committed
Update minimum supported core version
1 parent 4e0a3ce commit 87735fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/powersync_core/lib/src/database/core_version.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ extension type const PowerSyncCoreVersion((int, int, int) _tuple) {
6060
// Note: When updating this, also update the download URL in
6161
// scripts/init_powersync_core_binary.dart and the version ref in
6262
// packages/sqlite3_wasm_build/build.sh
63-
static const minimum = PowerSyncCoreVersion((0, 3, 14));
63+
static const minimum = PowerSyncCoreVersion((0, 4, 0));
6464

6565
/// The first version of the core extensions that this version of the Dart
6666
/// SDK doesn't support.

0 commit comments

Comments
 (0)