diff --git a/README.md b/README.md index 57d3784e..9f511dd1 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.3.6 : Fixed accuracy issue. - 1.3.5 : Fixed bug where input was being cleared. - 1.3.4 : Fixed bug where loading was breaking the component. - 1.3.3 : Fixed `key prop` warning and added loading indicator. diff --git a/package.json b/package.json index af8c5e6e..e60c59ca 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-google-places-autocomplete", - "version": "1.3.5", + "version": "1.3.6", "description": "Customizable Google Places autocomplete component for iOS and Android React-Native apps", "main": "GooglePlacesAutocomplete.js", "scripts": {