diff --git a/GoogleMapsPlatformCombine.podspec b/GoogleMapsPlatformCombine.podspec index 30e3af3..a7f5250 100644 --- a/GoogleMapsPlatformCombine.podspec +++ b/GoogleMapsPlatformCombine.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'GoogleMapsPlatformCombine' - s.version = '0.3.0' + s.version = '0.3.1' s.summary = 'Swift library for Combine support with Google Maps Platform iOS SDKs' s.description = <<-DESC diff --git a/Package.swift b/Package.swift index 681dfe5..9fb6ebf 100644 --- a/Package.swift +++ b/Package.swift @@ -43,8 +43,8 @@ let package = Package( targets: [ .binaryTarget( name: "GoogleMapsPlatformCombine", - url: "https://github.com/googlemaps/ios-combine/releases/download/v0.3.0/GoogleMapsPlatformCombine.xcframework.zip", - checksum: "8d63d08653516acefa529b020bc0f9a6ef087f492c2785b33979602b814ae3fb" + url: "https://github.com/googlemaps/ios-combine/releases/download/v0.3.1/GoogleMapsPlatformCombine.xcframework.zip", + checksum: "2374c4484be35c5732f77315bcd46d30fe52964ccf8893d6603dd27ca3e674ea" ), // .target( // name: "GoogleMapsPlatformCombineMaps", diff --git a/README.md b/README.md index 30812e7..ccf2c2f 100644 --- a/README.md +++ b/README.md @@ -39,17 +39,17 @@ To run the example project: In your `Podfile`: ```ruby -pod 'GoogleMapsPlatformCombine', '0.3.0' +pod 'GoogleMapsPlatformCombine', '0.3.1' ``` Subspecs are also available if you only need Combine support for a specific SDK: ```ruby # For Combine support for the Maps SDK for iOS only -pod 'GoogleMapsPlatformCombine/Maps', '0.3.0' +pod 'GoogleMapsPlatformCombine/Maps', '0.3.1' # For Combine support for the Places SDK for iOS only -pod 'GoogleMapsPlatformCombine/Places', '0.3.0' +pod 'GoogleMapsPlatformCombine/Places', '0.3.1' ``` ### [Swift Package Manager](https://github.com/apple/swift-package-manager)