Skip to content

Commit

Permalink
Merge pull request #208 from couchbaselabs/1.1.1
Browse files Browse the repository at this point in the history
fixing version
  • Loading branch information
deniswsrosa authored May 27, 2024
2 parents bd094d7 + 4e846a0 commit 9545b6f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ plugins {
}

group = "com.couchbase"
version = "1.1.0"
version = "1.1.1"
java {
sourceCompatibility = JavaVersion.VERSION_17
targetCompatibility = JavaVersion.VERSION_17
Expand Down Expand Up @@ -80,7 +80,7 @@ tasks {
}

patchPluginXml {
sinceBuild.set("232.*")
sinceBuild.set("233.*")
untilBuild.set("246.*")
}

Expand Down

0 comments on commit 9545b6f

Please sign in to comment.