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/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. 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/