Skip to content

Commit dcc6dc6

Browse files
committed
Update to beta version in Package.swift and .podspec
1 parent 409f2b3 commit dcc6dc6

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

GoogleSignIn.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = 'GoogleSignIn'
3-
s.version = '7.1.0-fac-eap-1.0.0'
3+
s.version = '7.1.0-fac-beta-1.0.0'
44
s.summary = 'Enables iOS apps to sign in with Google.'
55
s.description = <<-DESC
66
The Google Sign-In SDK allows users to sign in with their Google account from third-party apps.

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818
import PackageDescription
1919

20-
let googleSignInVersion = "7.1.0-fac-eap-1.0.0"
20+
let googleSignInVersion = "7.1.0-fac-beta-1.0.0"
2121

2222
let package = Package(
2323
name: "GoogleSignIn",

0 commit comments

Comments
 (0)