Skip to content

Commit

Permalink
1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
izhangzhihao committed Aug 9, 2024
1 parent 6eb0a3b commit 665a467
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ This plugin allows removing all Kotlin @Metadata / @DebugMetadata / @SourceDebug
```kotlin
plugins {
kotlin("jvm")
id("io.github.izhangzhihao.unmeta") version "1.0.2"
id("io.github.izhangzhihao.unmeta") version "1.0.3"
}

unmeta {
Expand Down Expand Up @@ -43,7 +43,7 @@ gradle.taskGraph.whenReady {
```kotlin
plugins {
id 'org.jetbrains.kotlin.jvm' version '1.8.21'
id "io.github.izhangzhihao.unmeta" version "1.0.2"
id "io.github.izhangzhihao.unmeta" version "1.0.3"
}

unmeta {
Expand Down
2 changes: 1 addition & 1 deletion example/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
plugins {
kotlin("jvm")
id("io.github.izhangzhihao.unmeta") version "1.0.2"
id("io.github.izhangzhihao.unmeta") version "1.0.3"
}

unmeta {
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=io.github.izhangzhihao.unmeta
VERSION=1.0.2
VERSION=1.0.3
GROUP=io.github.izhangzhihao
DISPLAY_NAME=Unmeta Kotlin classes plugin
DESCRIPTION=Remove @Metadata and @DebugMetadata annotation from your Kotlin classes
Expand Down

0 comments on commit 665a467

Please sign in to comment.