From df9460f79a36b8c60098dd32aff0e719009e052f Mon Sep 17 00:00:00 2001 From: Silvio Giebl Date: Mon, 4 Mar 2024 21:45:07 +0100 Subject: [PATCH] Version to 0.7.0 --- README.md | 2 +- gradle.properties | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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