Skip to content

Commit edee320

Browse files
chore(main): release 6.1.1 (#547)
* chore(main): release 6.1.1 * chore(release-please--branches--main): Patch to release branch 6.1.1 [WIP] (#548) * chore(release-please--branches--main): Patch to release branch 6.1.1 * chore: revert pod lib lint file. --------- Co-authored-by: Subhodip Banerjee <[email protected]>
1 parent b564e7a commit edee320

File tree

5 files changed

+11
-4
lines changed

5 files changed

+11
-4
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "6.1.0"
2+
".": "6.1.1"
33
}

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [6.1.1](https://github.com/googlemaps/google-maps-ios-utils/compare/v6.1.0...v6.1.1) (2025-06-18)
4+
5+
6+
### Bug Fixes
7+
8+
* Update iOS deployment target to 16.0 and GoogleMaps dependency to 10.0 ([#546](https://github.com/googlemaps/google-maps-ios-utils/issues/546)) ([b564e7a](https://github.com/googlemaps/google-maps-ios-utils/commit/b564e7aed2813712c623b807e18d3277600f2c81))
9+
310
## [6.1.0](https://github.com/googlemaps/google-maps-ios-utils/compare/v6.0.0...v6.1.0) (2024-11-07)
411

512

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 = "6.1.0" # x-release-please-version
6+
s.version = "6.1.1" # x-release-please-version
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

Podfile.template

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@ platform :ios, '16.0'
55
target 'YOUR_APPLICATION_TARGET_NAME_HERE' do
66
use_frameworks!
77
pod 'GoogleMaps', '10.0.0'
8-
pod 'Google-Maps-iOS-Utils', '6.1.0' # x-release-please-version
8+
pod 'Google-Maps-iOS-Utils', '6.1.1' # x-release-please-version
99
end
1010
# [END maps_ios_utils_podfile_template]

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ range of applications using the [Google Maps SDK for iOS][sdk].
7070

7171
target 'TARGET_NAME' do
7272
pod 'GoogleMaps', '10.0.0'
73-
pod 'Google-Maps-iOS-Utils', '6.1.0' # x-release-please-version
73+
pod 'Google-Maps-iOS-Utils', '6.1.1' # x-release-please-version
7474
end
7575
```
7676

0 commit comments

Comments
 (0)