Skip to content

Commit b12b834

Browse files
committed
Prepare release
1 parent 53d0c18 commit b12b834

File tree

3 files changed

+3
-6
lines changed

3 files changed

+3
-6
lines changed

.github/workflows/docs-deploy.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,7 @@ jobs:
3131
validate-wrappers: true
3232
- name: Build Docs
3333
run: |
34-
./gradlew --scan \
35-
--no-configuration-cache \
36-
-PGITHUB_PUBLISH_TOKEN=${{ secrets.GITHUB_TOKEN }} \
37-
dokkaGenerate
34+
./gradlew --scan dokkaGenerate
3835
shell: bash
3936
- name: Upload static files as artifact
4037
id: deployment

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog
22

3-
## 1.9.0 (unreleased)
3+
## 1.9.0
44

55
- Updated user agent string formats to allow viewing version distributions in the new PowerSync dashboard.
66
- Sync options: `newClientImplementation` is now the default.

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ development=true
1919
RELEASE_SIGNING_ENABLED=true
2020
# Library config
2121
GROUP=com.powersync
22-
LIBRARY_VERSION=1.8.1
22+
LIBRARY_VERSION=1.9.0
2323
GITHUB_REPO=https://github.com/powersync-ja/powersync-kotlin.git
2424
# POM
2525
POM_URL=https://github.com/powersync-ja/powersync-kotlin/

0 commit comments

Comments
 (0)