Skip to content

Commit

Permalink
CreditCardEntry 1.4.8.10 => 1.4.10
Browse files Browse the repository at this point in the history
  • Loading branch information
cybergrind committed Oct 28, 2018
1 parent 47e464b commit ecd8c0c
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Changelog

## [6.1.0] - 2018-10-28
- Update CreditCardEntry to 1.4.10

## [6.0.0] - 2018-10-24
- Update iOS Stripe SDK to 13.2.0
- Update iOS deployment target to 9.0
Expand Down
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,9 @@
React Native Stripe binding for iOS/Android platforms

## Changelog
[[6.0.0] - 2018-10-24 **Breaking changes**](/CHANGELOG.md#600---2018-08-22)
[[6.0.1] - 2018-10-28](/CHANGELOG.md#601---2018-10-28)

[[6.0.0] - 2018-10-24 **Breaking changes**](/CHANGELOG.md#600---2018-10-22)

[[5.6.0] - 2018-08-22](/CHANGELOG.md#560---2018-08-22)

Expand Down
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.8.10'
compile 'com.github.tipsi:CreditCardEntry:1.4.10'
}

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.0.0",
"version": "6.1.0",
"description": "React Native Stripe binding for iOS/Andriod platforms",
"main": "src/index.js",
"scripts": {
Expand Down

0 comments on commit ecd8c0c

Please sign in to comment.