Skip to content

Commit 3db3970

Browse files
committed
chore: bump version
1 parent c9c8a61 commit 3db3970

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@ respositories {
1010
maven("https://maven.aliucord.com/snapshots")
1111
}
1212
dependencies {
13-
implementation("com.aliucord:binary-resources:1.0.0")
13+
implementation("com.aliucord:binary-resources:2.0.0")
1414
}
1515
```

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ plugins {
33
id("com.android.library") version "8.3.0"
44
}
55

6-
version = "1.0.0"
6+
version = "2.0.0"
77

88
android {
99
compileSdk = 34

0 commit comments

Comments
 (0)