diff --git a/README.md b/README.md index 311988a..49812f6 100644 --- a/README.md +++ b/README.md @@ -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 { diff --git a/gradle.properties b/gradle.properties index 233fdc2..b21c139 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,2 +1,2 @@ -version=0.6.0 +version=0.7.0 kotlin.code.style=official