Skip to content

Commit

Permalink
Version to 0.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
SgtSilvio committed Jul 23, 2024
1 parent adf2f23 commit 5bd8089
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion examples/java-app-groovy-dsl/gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ gradleOci-junitJupiter = { module = "io.github.sgtsilvio:gradle-oci-junit-jupite
testcontainers = { module = "org.testcontainers:testcontainers", version.ref = "testcontainers" }

[plugins]
oci = { id = "io.github.sgtsilvio.gradle.oci", version = "0.12.0" }
oci = { id = "io.github.sgtsilvio.gradle.oci", version = "0.13.0" }
2 changes: 1 addition & 1 deletion examples/java-app/gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ gradleOci-junitJupiter = { module = "io.github.sgtsilvio:gradle-oci-junit-jupite
testcontainers = { module = "org.testcontainers:testcontainers", version.ref = "testcontainers" }

[plugins]
oci = { id = "io.github.sgtsilvio.gradle.oci", version = "0.12.0" }
oci = { id = "io.github.sgtsilvio.gradle.oci", version = "0.13.0" }
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
version=0.12.0
version=0.13.0
kotlin.code.style=official

0 comments on commit 5bd8089

Please sign in to comment.