From dfb0f848ee419d23464a120ae4e3329a9b1816f5 Mon Sep 17 00:00:00 2001 From: Simon Binder Date: Tue, 5 Aug 2025 12:43:44 +0200 Subject: [PATCH 1/2] Prepare 1.3.1 release --- CHANGELOG.md | 2 +- gradle.properties | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index db22f357..3963c40a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## 1.3.1 (unreleased) +## 1.3.1 * Update SQLite to 3.50.3. * Android: Ensure JNI libraries are 16KB-aligned. diff --git a/gradle.properties b/gradle.properties index 0e1b740d..a2b78388 100644 --- a/gradle.properties +++ b/gradle.properties @@ -19,7 +19,7 @@ development=true RELEASE_SIGNING_ENABLED=true # Library config GROUP=com.powersync -LIBRARY_VERSION=1.3.0 +LIBRARY_VERSION=1.3.1 GITHUB_REPO=https://github.com/powersync-ja/powersync-kotlin.git # POM POM_URL=https://github.com/powersync-ja/powersync-kotlin/ From 2fc5c3d9e3a9e5b3efb30afaffc3fc65761e4696 Mon Sep 17 00:00:00 2001 From: Simon Binder Date: Tue, 5 Aug 2025 14:26:47 +0200 Subject: [PATCH 2/2] Remove hello powersync reference in readme --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index cd8e7cba..0790682d 100644 --- a/README.md +++ b/README.md @@ -38,8 +38,6 @@ The easiest way to test the PowerSync KMP SDK is to run one of our demo applicat Demo applications are located in the [`demos/`](./demos) directory. See their respective README's for testing instructions: -- [demos/hello-powersync](./demos/hello-powersync/README.md): A minimal example demonstrating the use of the PowerSync Kotlin Multiplatform SDK and the Supabase connector. - - [demos/supabase-todolist](./demos/supabase-todolist/README.md): A simple to-do list application demonstrating the use of the PowerSync Kotlin Multiplatform SDK and the Supabase connector. - [demos/android-supabase-todolist](./demos/android-supabase-todolist/README.md): A simple to-do list application demonstrating the use of the PowerSync Kotlin Multiplatform SDK and the Supabase connector in an Android application.