Skip to content

Commit

Permalink
Version to 0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
SgtSilvio committed Mar 4, 2024
1 parent c219159 commit df9460f
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 @@ -30,7 +30,7 @@ This implementation differs from the official ProGuard gradle plugin in the foll
```kotlin
plugins {
java
id("io.github.sgtsilvio.gradle.proguard") version "0.6.0"
id("io.github.sgtsilvio.gradle.proguard") version "0.7.0"
}

java {
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.6.0
version=0.7.0
kotlin.code.style=official

0 comments on commit df9460f

Please sign in to comment.