Răsfoiți Sursa

Prep for 6.2.2 release (#161)

* Update CHANGELOG.md

* Update GoogleSignIn.podspec

* Update GoogleSignInSwiftSupport.podspec

* Update Package.swift
Peter Andrews 3 ani în urmă
părinte
comite
76a40d2342
4 a modificat fișierele cu 6 adăugiri și 3 ștergeri
  1. 3 0
      CHANGELOG.md
  2. 1 1
      GoogleSignIn.podspec
  3. 1 1
      GoogleSignInSwiftSupport.podspec
  4. 1 1
      Package.swift

+ 3 - 0
CHANGELOG.md

@@ -1,3 +1,6 @@
+# 6.2.2 (2022-5-27)
+- Prevent build errors for GoogleSignInSwift when using Swift Package Manager. ([#157](https://github.com/google/GoogleSignIn-iOS/pull/157))
+
 # 6.2.1 (2022-5-19)
 - Use `GoogleSignInSwiftSupport` as the name of the Swift support CocoaPod. ([#137](https://github.com/google/GoogleSignIn-iOS/pull/137))
 

+ 1 - 1
GoogleSignIn.podspec

@@ -1,6 +1,6 @@
 Pod::Spec.new do |s|
   s.name             = 'GoogleSignIn'
-  s.version          = '6.2.1'
+  s.version          = '6.2.2'
   s.summary          = 'Enables iOS apps to sign in with Google.'
   s.description      = <<-DESC
 The Google Sign-In SDK allows users to sign in with their Google account from third-party apps.

+ 1 - 1
GoogleSignInSwiftSupport.podspec

@@ -1,6 +1,6 @@
 Pod::Spec.new do |s|
   s.name = 'GoogleSignInSwiftSupport'
-  s.version = '6.2.1'
+  s.version = '6.2.2'
   s.swift_version = '4.0'
   s.summary = 'Adds Swift-focused support for Google Sign-In.'
   s.description = 'Additional Swift support for the Google Sign-In SDK.'

+ 1 - 1
Package.swift

@@ -17,7 +17,7 @@
 
 import PackageDescription
 
-let googleSignInVersion = "6.2.1"
+let googleSignInVersion = "6.2.2"
 
 let package = Package(
   name: "GoogleSignIn",