Skip to content

Commit

Permalink
Merge pull request #103 from metaplex-foundation/bump/1.2
Browse files Browse the repository at this point in the history
Bump to 1.2
  • Loading branch information
ajamaica authored Sep 13, 2022
2 parents 72240dc + df0e81f commit d33e3b9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions rxSolana/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ plugins {
}

group 'com.solana'
version '1.1.5'
version '1.2'

android {
compileSdkVersion 30
Expand All @@ -15,7 +15,7 @@ android {
minSdkVersion 16
targetSdkVersion 30
versionCode 1
versionName "1.1.0"
versionName "1.2"

testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
consumerProguardFiles "consumer-rules.pro"
Expand Down
4 changes: 2 additions & 2 deletions solana/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ plugins {
}

group 'com.solana'
version '1.1.5'
version '1.2'

android {
compileSdkVersion 30
Expand All @@ -15,7 +15,7 @@ android {
minSdkVersion 16
targetSdkVersion 30
versionCode 1
versionName "1.1.0"
versionName "1.2"

testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
consumerProguardFiles "consumer-rules.pro"
Expand Down

0 comments on commit d33e3b9

Please sign in to comment.