Skip to content

Commit 67a71b1

Browse files
committed
Merge branch 'release/6.0'
Change-Id: I81a1cd9310f8780ac6125033bc3a51dfab5f7037
2 parents 6bcf9c6 + 8b9a726 commit 67a71b1

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

snippets/Cartfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# [START maps_ios_get_started_install_carthage]
2-
binary "https://dl.google.com/geosdk/GoogleMaps.json" == 5.2.0
2+
binary "https://dl.google.com/geosdk/GoogleMaps.json" == 6.0.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.1.0
6+
binary "https://dl.google.com/geosdk/GooglePlaces.json" == 6.0.0
77
# [END maps_ios_places_get_started_install_carthage]

snippets/Podfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
# [START maps_ios_get_started_install_podfile]
22
source 'https://github.com/CocoaPods/Specs.git'
33
target 'YOUR_APPLICATION_TARGET_NAME_HERE' do
4-
pod 'GoogleMaps', '5.2.0'
4+
pod 'GoogleMaps', '6.0.0'
55
end
66
# [END maps_ios_get_started_install_podfile]
77

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.1.0'
11+
pod 'GooglePlaces', '6.0.0'
1212
end
1313
# [END maps_ios_places_get_started_install_podfile]

0 commit comments

Comments
 (0)