Skip to content

Commit 5a22850

Browse files
chore: bump version (#187)
1 parent 62a93e2 commit 5a22850

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## 1.0.1
4+
5+
* [Internal] Version bump for broken Swift release pipeline
6+
37
## 1.0.0
48

59
* Bump SDK to V1/Stable feature status

gradle.properties

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@ development=true
1717
RELEASE_SIGNING_ENABLED=true
1818
# Library config
1919
GROUP=com.powersync
20-
LIBRARY_VERSION=1.0.0
20+
LIBRARY_VERSION=1.0.1
2121
# The Swift KMM bridge artifacts are published to SPM via a unique tag version
2222
# The version is the same as the LIBRARY_VERSION, but with a suffix of +SWIFT
2323
# Please update this when updating the LIBRARY_VERSION
24-
SWIFT_LIBRARY_VERSION=1.0.0+SWIFT
24+
SWIFT_LIBRARY_VERSION=1.0.1+SWIFT
2525
GITHUB_REPO=https://github.com/powersync-ja/powersync-kotlin.git
2626
# POM
2727
POM_URL=https://github.com/powersync-ja/powersync-kotlin/

0 commit comments

Comments
 (0)