Skip to content

Commit

Permalink
Version to 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
SgtSilvio committed Dec 14, 2023
1 parent d78d50d commit 1372841
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.2.0"
id("io.github.sgtsilvio.gradle.oci") version "0.3.0"
}

group = "org.example"
Expand Down Expand Up @@ -71,7 +71,7 @@ oci {
}
}
imageDependencies.forTest(tasks.test) {
default(project)
add(project)
}
}
```
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.2.0
version=0.3.0
kotlin.code.style=official

0 comments on commit 1372841

Please sign in to comment.