From 48241fed1694dfe9b555f6cf1b3b6446d8464d9e Mon Sep 17 00:00:00 2001 From: stevensJourney Date: Fri, 2 May 2025 13:16:18 +0200 Subject: [PATCH] chore: bump version --- CHANGELOG.md | 4 ++++ gradle.properties | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d72670c0..aadcdd4a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## 1.0.1 + +* [Internal] Version bump for broken Swift release pipeline + ## 1.0.0 * Bump SDK to V1/Stable feature status diff --git a/gradle.properties b/gradle.properties index d44ce494..c4511387 100644 --- a/gradle.properties +++ b/gradle.properties @@ -17,11 +17,11 @@ development=true RELEASE_SIGNING_ENABLED=true # Library config GROUP=com.powersync -LIBRARY_VERSION=1.0.0 +LIBRARY_VERSION=1.0.1 # The Swift KMM bridge artifacts are published to SPM via a unique tag version # The version is the same as the LIBRARY_VERSION, but with a suffix of +SWIFT # Please update this when updating the LIBRARY_VERSION -SWIFT_LIBRARY_VERSION=1.0.0+SWIFT +SWIFT_LIBRARY_VERSION=1.0.1+SWIFT GITHUB_REPO=https://github.com/powersync-ja/powersync-kotlin.git # POM POM_URL=https://github.com/powersync-ja/powersync-kotlin/