Skip to content

Commit f7caf3e

Browse files
update SPM version
1 parent f70b522 commit f7caf3e

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

docs/update_core.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ To update the version of the PowerSync core extension used in the Dart SDK, upda
44
2. `build.gradle` for `powersync_flutter_libs`.
55
3. `powersync_flutter_libs` (iOS and macOS) for `powersync_flutter_libs`.
66
4. `POWERSYNC_CORE_VERSION` in `sqlite3_wasm_build/build.sh`.
7+
5. `exact` in `packages/powersync_flutter_libs/darwin/powersync_flutter_libs/Package.swift`
78

89
After updating, run `podfile:update` to update the podfile locks for demo projects.
910
If you've updated the core version to use a new feature, also update the minimum

packages/powersync_flutter_libs/darwin/powersync_flutter_libs/Package.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ let package = Package(
1313
.library(name: "powersync-flutter-libs", type: .static, targets: ["powersync_flutter_libs"])
1414
],
1515
dependencies: [
16-
.package(
16+
.package(
1717
url: "https://github.com/powersync-ja/powersync-sqlite-core-swift.git",
1818
// Note: Always update podspec as well when updating this.
19-
exact: "0.4.6"
19+
exact: "0.4.10"
2020
)
2121
],
2222
targets: [

0 commit comments

Comments
 (0)