Skip to content
This repository was archived by the owner on Nov 7, 2024. It is now read-only.

Commit 3a9ef54

Browse files
committed
🐛 Fix version in podspec
1 parent cd2c73d commit 3a9ef54

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

OpenGoogleSignInSDK.podspec

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

22
Pod::Spec.new do |s|
33
s.name = "OpenGoogleSignInSDK"
4-
s.version = "1.0.0"
4+
s.version = "1.1.0"
55
s.summary = "OpenGoogleSignInSDK takes care of Google Sign-In flow using OAuth 2.0."
66
s.description = <<-DESC
77
OpenGoogleSignInSDK is an open-source library which takes care of Google Sign-In flow using OAuth 2.0 and can be used as an alternative to official GoogleSignInSDK

0 commit comments

Comments
 (0)