Skip to content

Commit

Permalink
Merge pull request #16 from gradle/pshevche/release-1.0
Browse files Browse the repository at this point in the history
Bump the version for the next release cycle
  • Loading branch information
pshevche authored Mar 19, 2024
2 parents 0d334a4 + 38badd9 commit 05b1441
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion develocity-gradle-plugin-adapters/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ plugins {
id("develocity.adapters-library")
}

version = "1.0"
version = "1.0.1"

repositories {
gradlePluginPortal()
Expand Down
2 changes: 1 addition & 1 deletion develocity-maven-extension-adapters/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ plugins {
id("develocity.adapters-library")
}

version = "1.0"
version = "1.0.1"

repositories {
maven {
Expand Down

0 comments on commit 05b1441

Please sign in to comment.