Skip to content

Commit 371b982

Browse files
committed
Version upgrade: 1.0.1
1 parent 0824365 commit 371b982

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

retrocache/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ plugins {
88
}
99

1010
group = "ge.tbcbank.retrocache"
11-
version "1.0"
11+
version "1.0.1"
1212

1313
dependencies {
1414
val okhttp = "4.11.0"
@@ -34,7 +34,7 @@ afterEvaluate {
3434
from(components["java"])
3535
groupId = "com.github.TBCBank"
3636
artifactId = "RetroCache"
37-
version = "1.0"
37+
version = "1.0.1"
3838
}
3939
}
4040
}

0 commit comments

Comments
 (0)