Skip to content

Commit

Permalink
Bump SNAPSHOT version
Browse files Browse the repository at this point in the history
Bump released version in example apps
  • Loading branch information
jeffdgr8 committed Oct 28, 2024
1 parent 3d78d2c commit d34796f
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion examples/getting-started-compose/gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ android-gradle-plugin = "8.2.2"
compose = "1.6.2"
compose-plugin = "1.6.0"
couchbase-lite-objc = "3.1.4"
kotbase = "3.1.3-1.1.0"
kotbase = "3.1.9-1.1.1"
kotlin = "1.9.22"

[plugins]
Expand Down
2 changes: 1 addition & 1 deletion examples/getting-started/gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ androidx-material = "1.11.0"
compose-plugin = "1.6.0"
couchbase-lite-c = "3.1.9"
kmp-native-coroutines = "1.0.0-ALPHA-25"
kotbase = "3.1.3-1.1.0"
kotbase = "3.1.9-1.1.1"
kotlin = "1.9.22"
ksp = "1.9.22-1.0.17"

Expand Down
2 changes: 1 addition & 1 deletion examples/kotbase-notes/gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ compose = "1.6.2"
compose-plugin = "1.6.0"
coroutines = "1.8.0"
couchbase-lite-objc = "3.1.4"
kotbase = "3.1.3-1.1.0"
kotbase = "3.1.9-1.1.1"
koin = "3.5.3"
kotlin = "1.9.22"
ktor = "2.3.8"
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ android.nonTransitiveRClass=true

# Publishing
GROUP=dev.kotbase
VERSION=1.1.1
VERSION=1.2.0-SNAPSHOT

0 comments on commit d34796f

Please sign in to comment.