From 6ba1af121210de455a637a4a0d4b20bdbf97dd68 Mon Sep 17 00:00:00 2001 From: Thomas Van Lenten Date: Fri, 5 Aug 2016 17:11:08 -0400 Subject: [PATCH] Bump version for pod release --- GTMOAuth2.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GTMOAuth2.podspec b/GTMOAuth2.podspec index f1e1428..0f39981 100644 --- a/GTMOAuth2.podspec +++ b/GTMOAuth2.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'GTMOAuth2' - s.version = '1.1.1' + s.version = '1.1.2' s.author = 'Google Inc.' s.homepage = 'https://github.com/google/gtm-oauth2' s.license = { :type => 'Apache', :file => 'LICENSE' }