Skip to content

Commit 9e885fd

Browse files
author
Guilherme Pontes
committed
Bump version 1.3.8
1 parent 264da31 commit 9e885fd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ const GooglePlacesInput = () => {
142142
- [x] Predefined places
143143

144144
### Changelog
145-
- 1.3.7 : Multiple bugfixes + fixed breaking change in React Native.
145+
- 1.3.8 : Multiple bugfixes + fixed breaking change in React Native.
146146
- 1.3.6 : Fixed accuracy issue.
147147
- 1.3.5 : Fixed bug where input was being cleared.
148148
- 1.3.4 : Fixed bug where loading was breaking the component.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native-google-places-autocomplete",
3-
"version": "1.3.7",
3+
"version": "1.3.8",
44
"description": "Customizable Google Places autocomplete component for iOS and Android React-Native apps",
55
"main": "GooglePlacesAutocomplete.js",
66
"scripts": {

0 commit comments

Comments
 (0)