diff --git a/docs/src/intro.md b/docs/src/intro.md index d0c7bca..5a244eb 100644 --- a/docs/src/intro.md +++ b/docs/src/intro.md @@ -4,7 +4,7 @@ ## Support -Pocketbase Kotlin offers support for [Pocketbase 0.18](https://github.com/pocketbase/pocketbase/releases/tag/v0.18.9) +Pocketbase Kotlin offers support for [Pocketbase 0.20](https://github.com/pocketbase/pocketbase/releases/tag/v0.20.0) and above. and above. Support for new Pocketbase releases will be added as soon as possible. @@ -33,6 +33,6 @@ repositories { } dependencies { - implementation("io.github.agrevster:pocketbase-kotlin:2.5.0") + implementation("io.github.agrevster:pocketbase-kotlin:2.6.0") } ``` \ No newline at end of file diff --git a/gradle.properties b/gradle.properties index 33fb6bd..eb65b21 100644 --- a/gradle.properties +++ b/gradle.properties @@ -4,7 +4,7 @@ kotlin.native.ignoreDisabledTargets=true kotlin.parallel.tasks.in.project=true kotlin.incremental.multiplatform=true GROUP=io.github.agrevster -VERSION=2.5.0 +VERSION=2.6.0 kotlin.mpp.applyDefaultHierarchyTemplate=false diff --git a/readme.md b/readme.md index ebbedd5..ffe6fca 100644 --- a/readme.md +++ b/readme.md @@ -1,7 +1,6 @@ # Pocketbase Kotlin > Pocketbase Kotlin is a multi-platform Kotlin SDK for [Pocketbase](https://pocketbase.io). -> Current supported Pocketbase Version *0.18* -> NOTE: This project will not support Pocketbase 0.19+ until Kotlin supports XCode 15 (likely to occur in the next release) +> Current supported Pocketbase Versions *0.20+*, --- ### More info can be found in [the docs](https://agrevster.github.io/pocketbase-kotlin/) @@ -18,6 +17,6 @@ repositories { } dependencies { - implementation("io.github.agrevster:pocketbase-kotlin:2.5.0") + implementation("io.github.agrevster:pocketbase-kotlin:2.6.0") } ``` \ No newline at end of file