Skip to content

Commit 55a9756

Browse files
chore(release): 3.10.3 [skip ci]
## [3.10.3](v3.10.2...v3.10.3) (2021-07-29) ### Bug Fixes * .releaserc regexp match. ([e6c79b3](e6c79b3)) * .releaserc regexp match. ([c3efef6](c3efef6))
1 parent e6c79b3 commit 55a9756

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

Google-Maps-iOS-Utils.podspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
Pod::Spec.new do |s|
44

55
s.name = "Google-Maps-iOS-Utils"
6-
s.version = "3.10.2"
6+
s.version = "3.10.3"
77
s.summary = "A utilities library for use with Google Maps SDK for iOS."
88
s.description = "
99
This library contains classes that are useful for a wide range of applications

GoogleMapsUtils.xcodeproj/project.pbxproj

+2-2
Original file line numberDiff line numberDiff line change
@@ -1739,7 +1739,7 @@
17391739
IPHONEOS_DEPLOYMENT_TARGET = 10.0;
17401740
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
17411741
MACH_O_TYPE = staticlib;
1742-
MARKETING_VERSION = 3.10.2;
1742+
MARKETING_VERSION = 3.10.3;
17431743
OTHER_LDFLAGS = "-ObjC";
17441744
PRODUCT_BUNDLE_IDENTIFIER = com.google.gmsutils;
17451745
PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
@@ -1789,7 +1789,7 @@
17891789
IPHONEOS_DEPLOYMENT_TARGET = 10.0;
17901790
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
17911791
MACH_O_TYPE = staticlib;
1792-
MARKETING_VERSION = 3.10.2;
1792+
MARKETING_VERSION = 3.10.3;
17931793
OTHER_LDFLAGS = "-ObjC";
17941794
PRODUCT_BUNDLE_IDENTIFIER = com.google.gmsutils;
17951795
PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";

Package.swift

+2-2
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ let package = Package(
2424
targets: [
2525
.binaryTarget(
2626
name: "GoogleMapsUtils",
27-
url: "https://github.com/googlemaps/google-maps-ios-utils/releases/download/v3.10.1/GoogleMapsUtils.xcframework.zip",
28-
checksum: "de952883d8066ac9e934e3e1c828be2fdb5643a142a26b521186898ca32c582c"
27+
url: "https://github.com/googlemaps/google-maps-ios-utils/releases/download/v3.10.3/GoogleMapsUtils.xcframework.zip",
28+
checksum: "0b66a1afd471a1af639adcb364eb3f2928d085f77bc03e02ee5f448425d877b7"
2929
)
3030
]
3131
)

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ In your `Podfile`:
3636
use_frameworks!
3737

3838
target 'TARGET_NAME' do
39-
pod 'Google-Maps-iOS-Utils', '~> 3.10.1'
39+
pod 'Google-Maps-iOS-Utils', '~> 3.10.3'
4040
end
4141
```
4242

@@ -51,7 +51,7 @@ $ pod install
5151
In your `Cartfile`:
5252

5353
```
54-
github "googlemaps/google-maps-ios-utils" ~> 3.10.1
54+
github "googlemaps/google-maps-ios-utils" ~> 3.10.3
5555
```
5656

5757
See the [Carthage doc] for further installation instructions.
@@ -66,7 +66,7 @@ Add the following to your `dependencies` value of your `Package.swift` file.
6666
dependencies: [
6767
.package(
6868
url: "https://github.com/googlemaps/google-maps-ios-utils.git",
69-
.upToNextMinor(from: "3.10.1")
69+
.upToNextMinor(from: "3.10.3")
7070
)
7171
]
7272
```

0 commit comments

Comments
 (0)