Bump version to 1.2.1

This commit is contained in:
You Qi
2023-11-02 00:25:08 +08:00
parent 12e331cd1d
commit 098792526d
2 changed files with 3 additions and 3 deletions

View File

@@ -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")
}
}