Skip to content

Commit 5c21b50

Browse files
committed
bump plugin version
1 parent 36bea5d commit 5c21b50

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

gradle/libs.versions.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ detekt = { id = "io.gitlab.arturbosch.detekt", version.ref = "detekt" }
1515
kotlin = { id = "org.jetbrains.kotlin.jvm", version.ref = "kotlin" }
1616
kotlin-android = { id = "org.jetbrains.kotlin.android", version.ref = "kotlin" }
1717
plugin-publish = { id = "com.gradle.plugin-publish", version.ref = "plugin-publish" }
18-
methodhook = { id = "io.github.aleksrychkov.methodhook", version = "0.1" }
18+
methodhook = { id = "io.github.aleksrychkov.methodhook", version = "0.2" }
1919

2020

2121
[libraries]

methodhook/build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ plugins {
1010
}
1111

1212
group = "io.github.aleksrychkov"
13-
version = "0.1"
13+
version = "0.2"
1414

1515
java {
1616
sourceCompatibility = JavaVersion.VERSION_17

0 commit comments

Comments
 (0)