From 6b4a9b772c0863111feeafd4180775377c5a70aa Mon Sep 17 00:00:00 2001 From: Guilherme Pontes Date: Mon, 25 Sep 2017 19:10:30 +0200 Subject: [PATCH] Version bump 1.3.6 --- README.md | 1 + package.json | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) 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": {