From c480f0a39f02d56de553bb56691d5b926999daf8 Mon Sep 17 00:00:00 2001 From: Mike McDonald Date: Fri, 14 Aug 2015 17:22:17 -0700 Subject: [PATCH] 0.2.2 Version bump.0.2.2 Version bump. --- FirebaseUI.podspec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/FirebaseUI.podspec b/FirebaseUI.podspec index babf00e8fa3..393dc274f64 100644 --- a/FirebaseUI.podspec +++ b/FirebaseUI.podspec @@ -1,12 +1,12 @@ Pod::Spec.new do |s| s.name = "FirebaseUI" - s.version = "0.2.1" + s.version = "0.2.2" s.summary = "UI binding libraries for Firebase." s.homepage = "https://github.com/firebase/FirebaseUI-iOS" s.license = { :type => 'MIT', :file => 'LICENSE' } s.author = { "Firebase" => "support@firebase.com" } s.social_media_url = "https://twitter.com/firebase" - s.source = { :git => "https://github.com/firebase/FirebaseUI-iOS.git", :tag => 'v0.2.1' } + s.source = { :git => "https://github.com/firebase/FirebaseUI-iOS.git", :tag => 'v0.2.2' } s.source_files = "FirebaseUI/**/*.{h,m}" s.dependency "Firebase", "~> 2.2" s.platform = :ios