Skip to content

Commit

Permalink
chore(release): 4.2.2 [skip ci]
Browse files Browse the repository at this point in the history
## [4.2.2](v4.2.1...v4.2.2) (2023-06-14)

### Bug Fixes

* release config ([#449](#449)) ([94d66f2](94d66f2))
  • Loading branch information
semantic-release-bot committed Jun 14, 2023
1 parent 94d66f2 commit b56b39c
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion Google-Maps-iOS-Utils.podspec
Expand Up @@ -3,7 +3,7 @@
Pod::Spec.new do |s|

s.name = "Google-Maps-iOS-Utils"
s.version = "4.2.1"
s.version = "4.2.2"
s.summary = "A utilities library for use with Google Maps SDK for iOS."
s.description = "
This library contains classes that are useful for a wide range of applications
Expand Down
4 changes: 2 additions & 2 deletions GoogleMapsUtils.xcodeproj/project.pbxproj
Expand Up @@ -1759,7 +1759,7 @@
"@loader_path/Frameworks",
);
MACH_O_TYPE = staticlib;
MARKETING_VERSION = 4.2.1;
MARKETING_VERSION = 4.2.2;
OTHER_LDFLAGS = "-ObjC";
PRODUCT_BUNDLE_IDENTIFIER = com.google.gmsutils;
PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
Expand Down Expand Up @@ -1813,7 +1813,7 @@
"@loader_path/Frameworks",
);
MACH_O_TYPE = staticlib;
MARKETING_VERSION = 4.2.1;
MARKETING_VERSION = 4.2.2;
OTHER_LDFLAGS = "-ObjC";
PRODUCT_BUNDLE_IDENTIFIER = com.google.gmsutils;
PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
Expand Down
4 changes: 2 additions & 2 deletions Package.swift
Expand Up @@ -24,8 +24,8 @@ let package = Package(
targets: [
.binaryTarget(
name: "GoogleMapsUtils",
url: "https://github.com/googlemaps/google-maps-ios-utils/releases/download/v4.2.1/GoogleMapsUtils.xcframework.zip",
checksum: "aad21691ff9c163eebec5732c6c830446f08e22378f08265a1090e276c575eb4"
url: "https://github.com/googlemaps/google-maps-ios-utils/releases/download/v4.2.2/GoogleMapsUtils.xcframework.zip",
checksum: "e4c5c3a669ad65130d52c22bd993724707d054ba065d6f60b396715e465504a2"
)
]
)
2 changes: 1 addition & 1 deletion Podfile.template
Expand Up @@ -5,6 +5,6 @@ platform :ios, '13.0'
target 'YOUR_APPLICATION_TARGET_NAME_HERE' do
use_frameworks!
pod 'GoogleMaps', '7.4.0'
pod 'Google-Maps-iOS-Utils', '4.1.0'
pod 'Google-Maps-iOS-Utils', '4.2.2'
end
# [END maps_ios_utils_podfile_template]
6 changes: 3 additions & 3 deletions README.md
Expand Up @@ -19,7 +19,7 @@ range of applications using the [Google Maps SDK for iOS][sdk].
- **Quadtree data structure** - indexes 2D geometry points and performs
2D range queries

<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>
<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>

## Requirements

Expand All @@ -40,7 +40,7 @@ In your `Podfile`:
use_frameworks!

target 'TARGET_NAME' do
pod 'Google-Maps-iOS-Utils', '4.2.1'
pod 'Google-Maps-iOS-Utils', '4.2.2'
end
```

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

0 comments on commit b56b39c

Please sign in to comment.