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": {