Skip to content

Commit 888cd8f

Browse files
committed
Bump versions
1 parent 6729259 commit 888cd8f

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
@@ -11,7 +11,7 @@ repositories {
1111
}
1212
1313
dependencies {
14-
api("org.radarbase:radar-jersey:0.11.3-SNAPSHOT")
14+
api("org.radarbase:radar-jersey:0.12.2")
1515
}
1616
```
1717

buildSrc/src/main/kotlin/Versions.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
@Suppress("ConstPropertyName")
22
object Versions {
3-
const val project = "0.12.2-SNAPSHOT"
3+
const val project = "0.12.2"
44
const val kotlin = "1.9.22"
55

66
const val java: Int = 17

0 commit comments

Comments
 (0)