From 098792526d4f0600a3132e3fa36cdcd8000b6296 Mon Sep 17 00:00:00 2001 From: You Qi Date: Thu, 2 Nov 2023 00:25:08 +0800 Subject: [PATCH] Bump version to 1.2.1 --- README.md | 4 ++-- plugin-build/gradle.properties | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 94aa842..5e16c0d 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.2.0" apply false + id("com.axzae.unmeta") version "1.2.1" apply false } // Module(app) build.gradle.kts @@ -47,7 +47,7 @@ plugins { // Project build.gradle.kts buildscript { dependencies { - classpath("com.axzae:unmeta:1.2.0") + classpath("com.axzae:unmeta:1.2.1") } } diff --git a/plugin-build/gradle.properties b/plugin-build/gradle.properties index 03aaaa5..7f8b139 100644 --- a/plugin-build/gradle.properties +++ b/plugin-build/gradle.properties @@ -1,5 +1,5 @@ ID=com.axzae.unmeta -VERSION=1.2.0 +VERSION=1.2.1 GROUP=com.axzae DISPLAY_NAME=Unmeta Kotlin Gradle Plugin for Android DESCRIPTION=Remove @DebugMetadata annotation from your Kotlin classes