Skip to content

Commit 0f5259d

Browse files
committed
bump version to 3.3.0
1 parent 6500fd2 commit 0f5259d

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

code/concierge/src/main/kotlin/com/adobe/marketing/mobile/concierge/ConciergeConstants.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ package com.adobe.marketing.mobile.concierge
1414
internal object ConciergeConstants {
1515
const val EXTENSION_NAME = "brandconcierge"
1616
const val EXTENSION_FRIENDLY_NAME = "BrandConcierge"
17-
const val VERSION = "3.2.0"
17+
const val VERSION = "3.3.0"
1818
const val LOG_TAG = "BrandConcierge"
1919
const val DATA_STORE_NAME = EXTENSION_NAME
2020

code/concierge/src/test/kotlin/com/adobe/marketing/mobile/concierge/ConciergeExtensionTest.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ class ConciergeExtensionTest {
127127
// Verify the constants used by the extension
128128
assertEquals("brandconcierge", ConciergeConstants.EXTENSION_NAME)
129129
assertEquals("BrandConcierge", ConciergeConstants.EXTENSION_FRIENDLY_NAME)
130-
assertEquals("3.2.0", ConciergeConstants.VERSION)
130+
assertEquals("3.3.0", ConciergeConstants.VERSION)
131131
}
132132

133133
// ========== hasValidXdmSharedState Tests ==========

code/gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ kotlin.code.style=official
1818
android.nonTransitiveRClass=true
1919

2020
moduleName=concierge
21-
moduleVersion=3.2.0
21+
moduleVersion=3.3.0
2222

2323
mavenCoreVersion=3.5.0
2424
mavenEdgeVersion=3.0.2

0 commit comments

Comments
 (0)