diff --git a/gradle.properties b/gradle.properties index 2180129021..89bef5d031 100644 --- a/gradle.properties +++ b/gradle.properties @@ -3,4 +3,4 @@ kotlin.incremental = true ksp.incremental = false -projectVersion = 1.4.4-RC1 +projectVersion = 1.4.4-SNAPSHOT diff --git a/libs.versions.toml b/libs.versions.toml index 800373c8c5..dac203bee1 100644 --- a/libs.versions.toml +++ b/libs.versions.toml @@ -10,8 +10,8 @@ icu4j = "69.1" junit = "5.6.2" koin = "3.0.2" konf = "0.23.0" -#kord = "0.8.x-SNAPSHOT" -kord = "0.8.0-M1" +#kord = "0.8.0-M1" +kord = "0.8.x-SNAPSHOT" kotlinpoet = "1.8.0" ksp = "1.5.10-1.0.0-beta02" logging = "2.0.6"