Skip to content

Commit

Permalink
Increase version to 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tehlers committed Feb 22, 2024
1 parent 50ca756 commit 149b1f5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ buildscript {
}
dependencies {
classpath 'net.idlestate:gradle-gcs-build-cache:1.2.2'
classpath 'net.idlestate:gradle-gcs-build-cache:1.3.0'
}
}
Expand Down Expand Up @@ -79,7 +79,7 @@ buildscript {
}
dependencies {
classpath 'net.idlestate:gradle-gcs-build-cache:1.2.2'
classpath 'net.idlestate:gradle-gcs-build-cache:1.3.0'
}
}
Expand Down Expand Up @@ -118,7 +118,7 @@ initscript {
}
dependencies {
classpath 'net.idlestate:gradle-gcs-build-cache:1.2.2'
classpath 'net.idlestate:gradle-gcs-build-cache:1.3.0'
}
}
Expand Down
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ plugins {
}

group = "net.idlestate"
version = "1.3.0-SNAPSHOT"
version = "1.3.0"

repositories {
mavenCentral()
Expand Down

0 comments on commit 149b1f5

Please sign in to comment.