File tree Expand file tree Collapse file tree
main/kotlin/com/adobe/marketing/mobile/concierge
test/kotlin/com/adobe/marketing/mobile/concierge Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ package com.adobe.marketing.mobile.concierge
1414internal 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
Original file line number Diff line number Diff 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 ==========
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ kotlin.code.style=official
1818android.nonTransitiveRClass =true
1919
2020moduleName =concierge
21- moduleVersion =3.2 .0
21+ moduleVersion =3.3 .0
2222
2323mavenCoreVersion =3.5.0
2424mavenEdgeVersion =3.0.2
You can’t perform that action at this time.
0 commit comments