diff --git a/README.md b/README.md index 723c1ad1..1e296cb8 100644 --- a/README.md +++ b/README.md @@ -60,6 +60,12 @@ The best Swiper component for React Native. ## Changelogs +- **[1.4.7]** + + Don't attempt to mutate this.props + + Fixes examples links + + Adds drag end handling to always reset state.isScrolling + + Fixes float calculation error + - **[1.4.6]** + refactors examples + prevents mutation of `this.props` diff --git a/package.json b/package.json index 6adb381f..3e06273a 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "react-native", "ios" ], - "version": "1.4.6", + "version": "1.4.7", "description": "Swiper component for React Native.", "main": "dist/index.js", "scripts": {