Skip to content

Commit

Permalink
chore: release beta 5
Browse files Browse the repository at this point in the history
  • Loading branch information
DominicGBauer committed Oct 16, 2024
1 parent 002c8e2 commit ae7eb94
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,15 @@
# Changelog


## 1.0.0-BETA5

* Fix `hasSynced` not updating after `disconnectAndClear`
* Fix error being thrown in iOS app launch

## 1.0.0-BETA4

* Fix sync status being reset when `update` function is run


## 1.0.0-BETA3

* Add `waitForFirstSync` function - which resolves after the initial sync is completed
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ development=true
RELEASE_SIGNING_ENABLED=true
# Library config
GROUP=com.powersync
LIBRARY_VERSION=1.0.0-BETA4
LIBRARY_VERSION=1.0.0-BETA5
GITHUB_REPO=https://github.com/powersync-ja/powersync-kotlin.git
# POM
POM_URL=https://github.com/powersync-ja/powersync-kotlin/
Expand Down

0 comments on commit ae7eb94

Please sign in to comment.