Skip to content

Commit eff4a0f

Browse files
committed
Update core extension to 0.4.11
1 parent dd62d5d commit eff4a0f

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
## 1.11.1 (unreleased)
44

55
* Fix `SyncStreamStatus` fields not being visible.
6+
* Update PowerSync core extension to version 0.4.11.
67

78
## 1.11.0
89

Package.resolved

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ if let corePath = localCoreExtension {
4848
conditionalDependencies.append(
4949
.package(
5050
url: "https://github.com/powersync-ja/powersync-sqlite-core-swift.git",
51-
exact: "0.4.10",
51+
exact: "0.4.11",
5252
))
5353
}
5454

0 commit comments

Comments
 (0)