Skip to content

Commit

Permalink
bump version for 2 bugfixes
Browse files Browse the repository at this point in the history
alexbrillant#158 Bug when there is only one card in the Swiper
alexbrillant#124 Calling 'swipeRight' or 'swipeLeft' after reaching last index reverts to index 1
  • Loading branch information
webraptor committed Sep 27, 2018
1 parent de9139c commit 648f571
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"prop-types": "^15.5.10",
"react": "^16.2.0",
"react-native": "^0.49.5",
"react-native-deck-swiper": "^1.5.20"
"react-native-deck-swiper": "^1.5.22"
},
"devDependencies": {
"babel-jest": "19.0.0",
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": "react-native-deck-swiper",
"version": "1.5.20",
"version": "1.5.22",
"description": "Awesome tinder like card swiper for react-native. Highly Customizable!",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 648f571

Please sign in to comment.