Skip to content

Commit

Permalink
Version to 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
SgtSilvio committed Dec 20, 2023
1 parent 9f51d67 commit 4a686ad
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.4.0"
id("io.github.sgtsilvio.gradle.oci") version "0.5.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.4.0
version=0.5.0
kotlin.code.style=official

0 comments on commit 4a686ad

Please sign in to comment.