Skip to content

Commit fd80c19

Browse files
committed
chore: Bump Places Podfile and Cartfile to 5.1.0
Change-Id: I05640be997175233ff7d7fafcabfbcba38da57d2
1 parent db9e92b commit fd80c19

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

snippets/Cartfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@ binary "https://dl.google.com/geosdk/GoogleMaps.json" == 5.1.0
33
// [END maps_ios_get_started_install_carthage]
44

55
// [START maps_ios_places_get_started_install_carthage]
6-
binary "https://dl.google.com/geosdk/GooglePlaces.json" == 5.0.0
6+
binary "https://dl.google.com/geosdk/GooglePlaces.json" == 5.1.0
77
// [END maps_ios_places_get_started_install_carthage]

snippets/Podfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@ end
88
# [START maps_ios_places_get_started_install_podfile]
99
source 'https://github.com/CocoaPods/Specs.git'
1010
target 'YOUR_APPLICATION_TARGET_NAME_HERE' do
11-
pod 'GooglePlaces', '5.0.0'
11+
pod 'GooglePlaces', '5.1.0'
1212
end
1313
# [END maps_ios_places_get_started_install_podfile]

0 commit comments

Comments
 (0)