There was an error while loading. Please reload this page.
1 parent 9b2d1da commit 25548dbCopy full SHA for 25548db
1 file changed
anime-db/build.gradle.kts
@@ -5,7 +5,7 @@ plugins {
5
}
6
7
group = "com.lagradost"
8
-version = "1.0.1"
+version = "1.0.2"
9
10
publishing {
11
repositories {
@@ -15,13 +15,13 @@ publishing {
15
create<MavenPublication>("jitpack") {
16
groupId = "com.github.recloudstream"
17
artifactId = "animedb"
18
- version = "1.0.1"
+ version = "1.0.2"
19
from(components["java"])
20
21
create<MavenPublication>("maven") {
22
groupId = "com.lagradost"
23
24
25
26
27
0 commit comments