Skip to content

Commit c8870e5

Browse files
committed
Update Kotlin, prepare release
1 parent 048aeed commit c8870e5

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
# Changelog
22

3-
## 1.2.1 (unreleased)
3+
## 1.2.1
44

55
* Use version `0.4.1` of the PowerSync core extension, which fixes an issue with the
66
new Rust client implementation.
7+
* Fix crud uploads when web sockets are used as a connection method.
78

89
## 1.2.0
910

Demo/PowerSyncExample.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved

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

Package.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@ if let kotlinSdkPath = localKotlinSdkOverride {
3131
// Not using a local build, so download from releases
3232
conditionalTargets.append(.binaryTarget(
3333
name: "PowerSyncKotlin",
34-
url: "https://github.com/powersync-ja/powersync-kotlin/releases/download/v1.2.1/PowersyncKotlinRelease.zip",
35-
checksum: "c52c8c78d0b8f2225ec88f2e18163d01f707ecac66be5a0696f5fdd623ec80e5"
34+
url: "https://github.com/powersync-ja/powersync-kotlin/releases/download/v1.2.2/PowersyncKotlinRelease.zip",
35+
checksum: "51ddc7d48fa85e881c33a26ca63e4aae694ae16789368f9fbba20a467279fb97"
3636
))
3737
}
3838

0 commit comments

Comments
 (0)