File tree 2 files changed +6
-2
lines changed
2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## 1.0.1
4
+
5
+ * [ Internal] Version bump for broken Swift release pipeline
6
+
3
7
## 1.0.0
4
8
5
9
* Bump SDK to V1/Stable feature status
Original file line number Diff line number Diff line change @@ -17,11 +17,11 @@ development=true
17
17
RELEASE_SIGNING_ENABLED =true
18
18
# Library config
19
19
GROUP =com.powersync
20
- LIBRARY_VERSION =1.0.0
20
+ LIBRARY_VERSION =1.0.1
21
21
# The Swift KMM bridge artifacts are published to SPM via a unique tag version
22
22
# The version is the same as the LIBRARY_VERSION, but with a suffix of +SWIFT
23
23
# Please update this when updating the LIBRARY_VERSION
24
- SWIFT_LIBRARY_VERSION =1.0.0 +SWIFT
24
+ SWIFT_LIBRARY_VERSION =1.0.1 +SWIFT
25
25
GITHUB_REPO =https://github.com/powersync-ja/powersync-kotlin.git
26
26
# POM
27
27
POM_URL =https://github.com/powersync-ja/powersync-kotlin/
You can’t perform that action at this time.
0 commit comments