Skip to content

Commit

Permalink
Bump version for 1.2.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
z4kn4fein committed Jan 24, 2023
1 parent b72eea4 commit cd6be02
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
group=com.configcat
version=1.2.0
version=1.2.1

ktor_version=2.0.3
kotlinx_serialization_version=1.4.1
Expand Down
2 changes: 1 addition & 1 deletion src/commonMain/kotlin/com/configcat/Utils.kt
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ internal interface Closeable {
}

internal object Constants {
const val version: String = "1.2.0"
const val version: String = "1.2.1"
const val configFileName: String = "config_v5"
const val globalCdnUrl = "https://cdn-global.configcat.com"
const val euCdnUrl = "https://cdn-eu.configcat.com"
Expand Down

0 comments on commit cd6be02

Please sign in to comment.