Skip to content

Commit

Permalink
2.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
agrevster committed Jun 19, 2024
1 parent 2147ade commit 4f7578a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 deletions.
4 changes: 2 additions & 2 deletions docs/src/intro.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down Expand Up @@ -33,6 +33,6 @@ repositories {
}

dependencies {
implementation("io.github.agrevster:pocketbase-kotlin:2.5.0")
implementation("io.github.agrevster:pocketbase-kotlin:2.6.0")
}
```
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -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


Expand Down
5 changes: 2 additions & 3 deletions readme.md
Original file line number Diff line number Diff line change
@@ -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/)
Expand All @@ -18,6 +17,6 @@ repositories {
}

dependencies {
implementation("io.github.agrevster:pocketbase-kotlin:2.5.0")
implementation("io.github.agrevster:pocketbase-kotlin:2.6.0")
}
```

0 comments on commit 4f7578a

Please sign in to comment.