Skip to content

Commit b56b39c

Browse files
chore(release): 4.2.2 [skip ci]
## [4.2.2](v4.2.1...v4.2.2) (2023-06-14) ### Bug Fixes * release config ([#449](#449)) ([94d66f2](94d66f2))
1 parent 94d66f2 commit b56b39c

5 files changed

Lines changed: 9 additions & 9 deletions

File tree

Google-Maps-iOS-Utils.podspec

Lines changed: 1 addition & 1 deletion
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 = "4.2.1"
6+
s.version = "4.2.2"
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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1759,7 +1759,7 @@
17591759
"@loader_path/Frameworks",
17601760
);
17611761
MACH_O_TYPE = staticlib;
1762-
MARKETING_VERSION = 4.2.1;
1762+
MARKETING_VERSION = 4.2.2;
17631763
OTHER_LDFLAGS = "-ObjC";
17641764
PRODUCT_BUNDLE_IDENTIFIER = com.google.gmsutils;
17651765
PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
@@ -1813,7 +1813,7 @@
18131813
"@loader_path/Frameworks",
18141814
);
18151815
MACH_O_TYPE = staticlib;
1816-
MARKETING_VERSION = 4.2.1;
1816+
MARKETING_VERSION = 4.2.2;
18171817
OTHER_LDFLAGS = "-ObjC";
18181818
PRODUCT_BUNDLE_IDENTIFIER = com.google.gmsutils;
18191819
PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";

Package.swift

Lines changed: 2 additions & 2 deletions
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/v4.2.1/GoogleMapsUtils.xcframework.zip",
28-
checksum: "aad21691ff9c163eebec5732c6c830446f08e22378f08265a1090e276c575eb4"
27+
url: "https://github.com/googlemaps/google-maps-ios-utils/releases/download/v4.2.2/GoogleMapsUtils.xcframework.zip",
28+
checksum: "e4c5c3a669ad65130d52c22bd993724707d054ba065d6f60b396715e465504a2"
2929
)
3030
]
3131
)

Podfile.template

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@ platform :ios, '13.0'
55
target 'YOUR_APPLICATION_TARGET_NAME_HERE' do
66
use_frameworks!
77
pod 'GoogleMaps', '7.4.0'
8-
pod 'Google-Maps-iOS-Utils', '4.1.0'
8+
pod 'Google-Maps-iOS-Utils', '4.2.2'
99
end
1010
# [END maps_ios_utils_podfile_template]

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ range of applications using the [Google Maps SDK for iOS][sdk].
1919
- **Quadtree data structure** - indexes 2D geometry points and performs
2020
2D range queries
2121

22-
<p align="center"><img width=“80%" vspace=“10" src="https://cloud.githubusercontent.com/assets/4.2.1feeb4.2.1c-4.2.1ec4.2.1a7fb3ae.png"></p>
22+
<p align="center"><img width=“80%" vspace=“10" src="https://cloud.githubusercontent.com/assets/4.2.2feeb4.2.2c-4.2.2ec4.2.2a7fb3ae.png"></p>
2323

2424
## Requirements
2525

@@ -40,7 +40,7 @@ In your `Podfile`:
4040
use_frameworks!
4141

4242
target 'TARGET_NAME' do
43-
pod 'Google-Maps-iOS-Utils', '4.2.1'
43+
pod 'Google-Maps-iOS-Utils', '4.2.2'
4444
end
4545
```
4646

@@ -60,7 +60,7 @@ Add the following to your `dependencies` value of your `Package.swift` file.
6060
dependencies: [
6161
.package(
6262
url: "https://github.com/googlemaps/google-maps-ios-utils.git",
63-
.upToNextMinor(from: "4.2.1")
63+
.upToNextMinor(from: "4.2.2")
6464
)
6565
]
6666
```

0 commit comments

Comments
 (0)