We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0824365 commit 371b982Copy full SHA for 371b982
1 file changed
retrocache/build.gradle.kts
@@ -8,7 +8,7 @@ plugins {
8
}
9
10
group = "ge.tbcbank.retrocache"
11
-version "1.0"
+version "1.0.1"
12
13
dependencies {
14
val okhttp = "4.11.0"
@@ -34,7 +34,7 @@ afterEvaluate {
34
from(components["java"])
35
groupId = "com.github.TBCBank"
36
artifactId = "RetroCache"
37
- version = "1.0"
+ version = "1.0.1"
38
39
40
0 commit comments