Skip to content

Commit

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

group = "org.example"
Expand All @@ -49,7 +49,7 @@ tasks.test {
oci {
registries {
dockerHub {
credentials.set(providers.credentials(PasswordCredentials::class, "dockerHub"))
credentials()
}
}
imageDefinitions.register("main") {
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
version=0.3.0
version=0.4.0
kotlin.code.style=official

0 comments on commit 4004752

Please sign in to comment.