Skip to content

Commit

Permalink
version 2.0.0-beta
Browse files Browse the repository at this point in the history
  • Loading branch information
webraptor committed Aug 31, 2020
1 parent 243a783 commit af315f7
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3,637 deletions.
1 change: 1 addition & 0 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
ISC License

Copyright (c) 2018 Alexandre Brillant
Copyright (c) 2020 Bogdan Pop / WebRaptor

Permission to use, copy, modify, and/or distribute this software for any purpose with or without fee is hereby granted, provided that the above copyright notice and this permission notice appear in all copies.

Expand Down
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@ OR
npm install react-native-deck-swiper --save
```

## Important 2.0.0-beta

Version 2.0.0-beta is technically version 1.7.2 of the package. However, npm recommended that due to the change in ownership the version be bumped.

## Issues

Before submitting a new issue please check if it hasn't [already been reported yet](https://github.com/webraptor/react-native-deck-swiper/issues).
Expand Down
5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
{
"name": "react-native-deck-swiper",
"version": "1.7.2",
"version": "2.0.0-beta",
"description": "Awesome tinder like card swiper for react-native. Highly Customizable!",
"main": "index.js",
"types": "index.d.ts",
"scripts": {
"test": "jest --coverage",
"lint": "standard --verbose | snazzy",
Expand All @@ -29,7 +28,7 @@
"deck",
"animation"
],
"author": "Alexandre Brillant",
"author": "Bogdan Pop / WebRaptor",
"license": "ISC",
"bugs": {
"url": "https://github.com/alexbrillant/react-native-deck-swiper/issues"
Expand Down
Loading

0 comments on commit af315f7

Please sign in to comment.