From 8faf50ae5472842831c5c6d50bd35a733b14352e Mon Sep 17 00:00:00 2001 From: Guilherme Pontes Date: Sat, 28 Jul 2018 13:59:01 +0200 Subject: [PATCH] Bump version 1.3.9 --- README.md | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 83657735..0b32bcfb 100644 --- a/README.md +++ b/README.md @@ -142,7 +142,7 @@ const GooglePlacesInput = () => { - [x] Predefined places ### Changelog -- 1.3.8 : Multiple bugfixes + fixed breaking change in React Native. +- 1.3.9 : Multiple bugfixes + fixed breaking change in React Native. - 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. diff --git a/package.json b/package.json index 5dc03c2b..4c0365b8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-google-places-autocomplete", - "version": "1.3.8", + "version": "1.3.9", "description": "Customizable Google Places autocomplete component for iOS and Android React-Native apps", "main": "GooglePlacesAutocomplete.js", "scripts": {