Skip to content

Commit

Permalink
Merge pull request #134 from MetaMask/0.6.0
Browse files Browse the repository at this point in the history
chore: Release version 0.6.0
  • Loading branch information
elefantel authored Jul 25, 2024
2 parents 3cd2181 + 09104e2 commit d80e6fa
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions metamask-android-sdk/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ android {
targetSdk 33

ext.versionCode = 1
ext.versionName = "0.5.8"
ext.versionName = "0.6.0"

testInstrumentationRunner 'androidx.test.runner.AndroidJUnitRunner'
consumerProguardFiles 'consumer-rules.pro'
Expand Down Expand Up @@ -65,7 +65,7 @@ dependencies {

ext {
PUBLISH_GROUP_ID = 'io.metamask.androidsdk'
PUBLISH_VERSION = '0.5.8'
PUBLISH_VERSION = '0.6.0'
PUBLISH_ARTIFACT_ID = 'metamask-android-sdk'
}

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package io.metamask.androidsdk

object SDKInfo {
const val VERSION = "0.5.8"
const val VERSION = "0.6.0"
const val PLATFORM = "android"
}

0 comments on commit d80e6fa

Please sign in to comment.