Skip to content

Commit

Permalink
Merge pull request #63 from spoorthipujariadobe/dev-v3.0.1
Browse files Browse the repository at this point in the history
bump version to 3.0.1
  • Loading branch information
rymorale authored Aug 20, 2024
2 parents b7c6746 + 36169bd commit 00894f4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion code/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ android.useAndroidX=true
#Maven artifacts
#Notification Builder Module
notificationbuilderModuleName=notificationbuilder
notificationbuilderVersion=3.0.0
notificationbuilderVersion=3.0.1
notificationbuilderMavenRepoName=AdobeMobileNotificationBuilderSdk
notificationbuilderMavenRepoDescription=Android Notification Builder library for Adobe Mobile Marketing

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ import com.adobe.marketing.mobile.services.ServiceProvider
*/
object NotificationBuilder {
private const val SELF_TAG = "NotificationBuilder"
private const val VERSION = "3.0.0"
private const val VERSION = "3.0.1"

@JvmStatic
fun version(): String {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ class NotificationBuilderTests {
fun `NotificationBuilder version values matches the expected version`() {
val version = NotificationBuilder.version()

assertEquals("3.0.0", version)
assertEquals("3.0.1", version)
}

@Test
Expand Down

0 comments on commit 00894f4

Please sign in to comment.