Skip to content

Commit

Permalink
chore(release): 4.1.0 [skip ci]
Browse files Browse the repository at this point in the history
# [4.1.0](v4.0.0...v4.1.0) (2022-01-04)

### Features

* Depend on 6.0.1-beta for Carthage installation. ([#392](#392)) ([71bca0c](71bca0c))
  • Loading branch information
semantic-release-bot committed Jan 4, 2022
1 parent 71bca0c commit 3fbb884
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 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.0.0"
s.version = "4.1.0"
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.0.0;
MARKETING_VERSION = 4.1.0;
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.0.0;
MARKETING_VERSION = 4.1.0;
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.0.0/GoogleMapsUtils.xcframework.zip",
checksum: "6197a96a2d2abf0841e00f62fe72b26b044086999893b1eb3368ab29aa931a14"
url: "https://github.com/googlemaps/google-maps-ios-utils/releases/download/v4.1.0/GoogleMapsUtils.xcframework.zip",
checksum: "2691cbbeee51a250af8eda911c2e5a826473998fa4e61bc5823c181b1ac27846"
)
]
)
6 changes: 3 additions & 3 deletions README.md
Expand Up @@ -36,7 +36,7 @@ In your `Podfile`:
use_frameworks!

target 'TARGET_NAME' do
pod 'Google-Maps-iOS-Utils', '~> 4.0.0'
pod 'Google-Maps-iOS-Utils', '~> 4.1.0'
end
```

Expand All @@ -51,7 +51,7 @@ $ pod install
In your `Cartfile`:

```
github "googlemaps/google-maps-ios-utils" ~> 4.0.0
github "googlemaps/google-maps-ios-utils" ~> 4.1.0
```

See the [Carthage doc] for further installation instructions.
Expand All @@ -66,7 +66,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.0.0")
.upToNextMinor(from: "4.1.0")
)
]
```
Expand Down

0 comments on commit 3fbb884

Please sign in to comment.