Skip to content

Commit 6fa9da6

Browse files
committed
bump version number
1 parent a988c84 commit 6fa9da6

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

metamask-android-sdk/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ android {
1515
targetSdk 33
1616

1717
ext.versionCode = 1
18-
ext.versionName = "0.5.5"
18+
ext.versionName = "0.5.6"
1919

2020
testInstrumentationRunner 'androidx.test.runner.AndroidJUnitRunner'
2121
consumerProguardFiles 'consumer-rules.pro'
@@ -62,7 +62,7 @@ dependencies {
6262

6363
ext {
6464
PUBLISH_GROUP_ID = 'io.metamask.androidsdk'
65-
PUBLISH_VERSION = '0.5.5'
65+
PUBLISH_VERSION = '0.5.6'
6666
PUBLISH_ARTIFACT_ID = 'metamask-android-sdk'
6767
}
6868

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
package io.metamask.androidsdk
22

33
object SDKInfo {
4-
const val VERSION = "0.5.5"
4+
const val VERSION = "0.5.6"
55
const val PLATFORM = "android"
66
}

0 commit comments

Comments
 (0)