Skip to content

Commit

Permalink
Fix CreditCardEntry version
Browse files Browse the repository at this point in the history
  • Loading branch information
cybergrind committed Oct 29, 2018
1 parent 60a6c00 commit e18e14a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ dependencies {
compile "com.google.android.gms:play-services-wallet:$googlePlayServicesVersion"
compile "com.google.firebase:firebase-core:$firebaseVersion"
compile 'com.stripe:stripe-android:8.0.0'
compile 'com.github.tipsi:CreditCardEntry:1.4.11'
compile 'com.github.tipsi:CreditCardEntry:1.5.0'
}

repositories {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tipsi-stripe",
"version": "6.1.1",
"version": "6.1.2",
"description": "React Native Stripe binding for iOS/Andriod platforms",
"main": "src/index.js",
"scripts": {
Expand Down

0 comments on commit e18e14a

Please sign in to comment.