Skip to content

Commit 44613ca

Browse files
willum070jpoehnelt
andauthored
chore: Update podfile for 4.1.0. (#93)
* Update podfile for 4.1.0. Bump the version number to 4.1.0. * build: fix region tag Co-authored-by: Justin Poehnelt <[email protected]>
1 parent a0fc38b commit 44613ca

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

snippets/Podfile

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
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', '4.0.0'
5-
pod 'GooglePlaces', '4.0.0'
4+
pod 'GoogleMaps', '4.1.0'
5+
pod 'GooglePlaces', '4.1.0'
66
end
77
# [END maps_ios_get_started_install_podfile]
88

99
# [START maps_ios_places_get_started_install_podfile]
1010
source 'https://github.com/CocoaPods/Specs.git'
1111
target 'YOUR_APPLICATION_TARGET_NAME_HERE' do
12-
pod 'GooglePlaces', '4.0.0'
12+
pod 'GooglePlaces', '4.1.0'
1313
end
14-
# [END maps_ios_get_started_install_podfile]
14+
# [END maps_ios_places_get_started_install_podfile]

0 commit comments

Comments
 (0)