Skip to content

Commit

Permalink
Bump version to 1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
axzae committed Nov 1, 2023
1 parent 12e331c commit 0987925
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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")
}
}

Expand Down
2 changes: 1 addition & 1 deletion plugin-build/gradle.properties
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 0987925

Please sign in to comment.