Skip to content

Commit 2eb73a6

Browse files
committed
Bump to 101.0.1
1 parent 029e5fb commit 2eb73a6

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,15 +13,15 @@ Modern Xposed Module API — a type-safe, redesigned replacement for the legacy
1313

1414
```kotlin
1515
dependencies {
16-
compileOnly("io.github.libxposed:api:101.0.0")
16+
compileOnly("io.github.libxposed:api:101.0.1")
1717
}
1818
```
1919

2020
### For Framework Developers
2121

2222
```kotlin
2323
dependencies {
24-
implementation("io.github.libxposed:api:101.0.0")
24+
implementation("io.github.libxposed:api:101.0.1")
2525
}
2626
```
2727

api/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ publishing {
7171
register<MavenPublication>("api") {
7272
artifactId = "api"
7373
group = "io.github.libxposed"
74-
version = "101.0.0"
74+
version = "101.0.1"
7575
artifact(javadocJar)
7676
pom {
7777
name.set("api")

0 commit comments

Comments
 (0)