From d9074d44dea73b7c31e83f6471c8348aa556f5c3 Mon Sep 17 00:00:00 2001 From: Russell Hancox Date: Thu, 16 Mar 2017 16:31:07 -0400 Subject: [PATCH] Version 2.2 (#8) --- MOLAuthenticatingURLSession.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MOLAuthenticatingURLSession.podspec b/MOLAuthenticatingURLSession.podspec index d6e4438..12ff29f 100644 --- a/MOLAuthenticatingURLSession.podspec +++ b/MOLAuthenticatingURLSession.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'MOLAuthenticatingURLSession' - s.version = '2.1' + s.version = '2.2' s.platform = :osx s.license = { :type => 'Apache 2.0', :file => 'LICENSE' } s.homepage = 'https://github.com/google/macops-molauthenticatingurlsession'