From cfde39e01a370c65e8a912c1511b80246935d239 Mon Sep 17 00:00:00 2001 From: You Qi Date: Wed, 1 Nov 2023 17:23:26 +0800 Subject: [PATCH] Bump version to v1.2.0 --- README.md | 4 ++-- plugin-build/gradle.properties | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index e0a6c76..94aa842 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@ that the Unmeta plugin must be applied after the Android plugin. ```kotlin // Project build.gradle.kts plugins { - id("com.axzae.unmeta") version "1.1.0" apply false + id("com.axzae.unmeta") version "1.2.0" apply false } // Module(app) build.gradle.kts @@ -47,7 +47,7 @@ plugins { // Project build.gradle.kts buildscript { dependencies { - classpath("com.axzae:unmeta:1.1.0") + classpath("com.axzae:unmeta:1.2.0") } } diff --git a/plugin-build/gradle.properties b/plugin-build/gradle.properties index 2d50a6b..03aaaa5 100644 --- a/plugin-build/gradle.properties +++ b/plugin-build/gradle.properties @@ -1,5 +1,5 @@ ID=com.axzae.unmeta -VERSION=1.1.0 +VERSION=1.2.0 GROUP=com.axzae DISPLAY_NAME=Unmeta Kotlin Gradle Plugin for Android DESCRIPTION=Remove @DebugMetadata annotation from your Kotlin classes