diff --git a/CHANGELOG.md b/CHANGELOG.md index d425092..537121c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## 1.0.0-BETA11 + +* Update version to fix deployment issue of previous release + ## 1.0.0-BETA10 * Change Swift package name from `PowerSync` to `PowerSyncKotlin` diff --git a/gradle.properties b/gradle.properties index bdc2696..da13296 100644 --- a/gradle.properties +++ b/gradle.properties @@ -17,7 +17,7 @@ development=true RELEASE_SIGNING_ENABLED=true # Library config GROUP=com.powersync -LIBRARY_VERSION=1.0.0-BETA10 +LIBRARY_VERSION=1.0.0-BETA11 GITHUB_REPO=https://github.com/powersync-ja/powersync-kotlin.git # POM POM_URL=https://github.com/powersync-ja/powersync-kotlin/