diff --git a/README.md b/README.md index be50c1c..86dc6c2 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,7 @@ Form component for React-Native ### Changelog +- 0.0.3 Adds activityIndicatorColor prop to SubmitWidget and Ability to disable the submit widget using onValidation prop - PR @danielweinmann - See https://github.com/FaridSafi/react-native-gifted-form/pull/17 - 0.0.2 Add support of react-native-vector-icons - PR @danielweinmann - See https://github.com/FaridSafi/react-native-gifted-form/pull/9 - 0.0.1 Initial diff --git a/package.json b/package.json index 53c814f..e94f66e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-gifted-form", - "version": "0.0.2", + "version": "0.0.3", "description": "Form component for react-native", "main": "GiftedForm.js", "scripts": {