diff --git a/README.md b/README.md index b6b5016..f75ad78 100644 --- a/README.md +++ b/README.md @@ -136,6 +136,11 @@ This project is licensed under the MIT License - see the [LICENSE.md](LICENSE.md #### Added - Pass row index to renderItem @heaversm. +### [1.0.4] - 2017-10-09 +#### Added +- Optional staticWidth prop @thejettdurham. +- Use prop-types package instead of deprecated react's PropTypes. + ## Acknowledgments diff --git a/package.json b/package.json index e8fbc11..9583998 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-super-grid", - "version": "1.0.3", + "version": "1.0.4", "description": "Responsive Grid View for React Native", "main": "index.js", "scripts": {