diff --git a/README.md b/README.md index 203a16ad..7207b266 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,7 @@ Customizable Google Places autocomplete component for iOS and Android React-Native apps ### Changelog +- 1.1.10 : Update to work with react-native > 0.24 - 1.1.9 : Added `setAddressText` method - 1.1.8 : Ability to set address from outside of component - 1.1.7 : Support for RN v0.26 diff --git a/package.json b/package.json index 333ed64c..c3e5863b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-google-places-autocomplete", - "version": "1.1.9", + "version": "1.1.10", "description": "Customizable Google Places autocomplete component for iOS and Android React-Native apps", "main": "GooglePlacesAutocomplete.js", "scripts": {