Skip to content

Commit d80e6fa

Browse files
authored
Merge pull request #134 from MetaMask/0.6.0
chore: Release version 0.6.0
2 parents 3cd2181 + 09104e2 commit d80e6fa

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.8"
18+
ext.versionName = "0.6.0"
1919

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

6666
ext {
6767
PUBLISH_GROUP_ID = 'io.metamask.androidsdk'
68-
PUBLISH_VERSION = '0.5.8'
68+
PUBLISH_VERSION = '0.6.0'
6969
PUBLISH_ARTIFACT_ID = 'metamask-android-sdk'
7070
}
7171

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.8"
4+
const val VERSION = "0.6.0"
55
const val PLATFORM = "android"
66
}

0 commit comments

Comments
 (0)