Skip to content

Commit

Permalink
Version to 0.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
SgtSilvio committed Jul 18, 2024
1 parent cc5de2c commit 885277c
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ rootProject.name = "oci-demo"
```kotlin
plugins {
java
id("io.github.sgtsilvio.gradle.oci") version "0.10.0"
id("io.github.sgtsilvio.gradle.oci") version "0.11.0"
}

group = "org.example"
Expand Down
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.10.0" }
oci = { id = "io.github.sgtsilvio.gradle.oci", version = "0.11.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.10.0" }
oci = { id = "io.github.sgtsilvio.gradle.oci", version = "0.11.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.10.0
version=0.11.0
kotlin.code.style=official

0 comments on commit 885277c

Please sign in to comment.