Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
jakubuid committed Jan 10, 2025
1 parent b0aa63b commit f6ca4c0
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions buildSrc/src/main/kotlin/Versions.kt
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@ const val KEY_PUBLISH_ARTIFACT_ID = "PUBLISH_ARTIFACT_ID"
const val KEY_SDK_NAME = "SDK_NAME"

//Latest versions
const val BOM_VERSION = "1.1.0"
const val FOUNDATION_VERSION = "1.1.0"
const val CORE_VERSION = "1.1.0"
const val SIGN_VERSION = "1.1.0"
const val NOTIFY_VERSION = "1.1.0"
const val WALLETKIT_VERSION = "1.1.0"
const val APPKIT_VERSION = "1.1.0"
const val MODAL_CORE_VERSION = "1.1.0"
const val BOM_VERSION = "1.1.1"
const val FOUNDATION_VERSION = "1.1.1"
const val CORE_VERSION = "1.1.1"
const val SIGN_VERSION = "1.1.1"
const val NOTIFY_VERSION = "1.1.1"
const val WALLETKIT_VERSION = "1.1.1"
const val APPKIT_VERSION = "1.1.1"
const val MODAL_CORE_VERSION = "1.1.1"

//Artifact ids
const val ANDROID_BOM = "android-bom"
Expand Down

0 comments on commit f6ca4c0

Please sign in to comment.