From 84e9c1350b6b453d97dd4c796ac0b87cbcd6229a Mon Sep 17 00:00:00 2001 From: Simon Binder Date: Tue, 15 Apr 2025 10:47:00 +0200 Subject: [PATCH] Prepare 1.0.0-BETA29 release --- CHANGELOG.md | 2 +- gradle.properties | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c634d0e8..285f7703 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## 1.0.0-BETA29 (unreleased) +## 1.0.0-BETA29 * Fix potential race condition between jobs in `connect()` and `disconnect()`. * [JVM Windows] Fixed PowerSync Extension temporary file deletion error on process shutdown. diff --git a/gradle.properties b/gradle.properties index efa9bc09..d71c9775 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-BETA28 +LIBRARY_VERSION=1.0.0-BETA29 GITHUB_REPO=https://github.com/powersync-ja/powersync-kotlin.git # POM POM_URL=https://github.com/powersync-ja/powersync-kotlin/