Skip to content

Commit

Permalink
Version to 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
SgtSilvio committed Jan 3, 2024
1 parent d15aa11 commit 3943bda
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion 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.5.0"
id("io.github.sgtsilvio.gradle.oci") version "0.6.0"
}

group = "org.example"
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.5.0
version=0.6.0
kotlin.code.style=official

0 comments on commit 3943bda

Please sign in to comment.