Skip to content

Commit 7e3abb6

Browse files
committed
Bump version
2 parents 9bc26ae + 7a30950 commit 7e3abb6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

buildSrc/src/main/kotlin/Versions.kt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
@Suppress("ConstPropertyName", "MemberVisibilityCanBePrivate")
22
object Versions {
3-
const val project = "0.4.2-SNAPSHOT"
3+
const val project = "0.5.1"
44

55
const val java = 11
66
const val kotlin = "1.9.10"
@@ -22,7 +22,7 @@ object Versions {
2222
const val okhttp = "4.11.0"
2323

2424
const val firebaseAdmin = "9.1.0"
25-
const val radarSchemas = "0.8.7-SNAPSHOT"
25+
const val radarSchemas = "0.8.6"
2626
const val ktor = "2.3.5"
2727

2828
const val junit = "5.9.3"

0 commit comments

Comments
 (0)