Skip to content

Commit 25548db

Browse files
authored
Update version to 1.0.2
1 parent 9b2d1da commit 25548db

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

anime-db/build.gradle.kts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ plugins {
55
}
66

77
group = "com.lagradost"
8-
version = "1.0.1"
8+
version = "1.0.2"
99

1010
publishing {
1111
repositories {
@@ -15,13 +15,13 @@ publishing {
1515
create<MavenPublication>("jitpack") {
1616
groupId = "com.github.recloudstream"
1717
artifactId = "animedb"
18-
version = "1.0.1"
18+
version = "1.0.2"
1919
from(components["java"])
2020
}
2121
create<MavenPublication>("maven") {
2222
groupId = "com.lagradost"
2323
artifactId = "animedb"
24-
version = "1.0.1"
24+
version = "1.0.2"
2525
from(components["java"])
2626
}
2727
}

0 commit comments

Comments
 (0)