From 5d7bc596410b38e77c2e4e6720b22715648e5173 Mon Sep 17 00:00:00 2001 From: Ankur Patel Date: Mon, 23 Jun 2014 20:28:22 -0400 Subject: [PATCH] Bumping version --- Dollar.podspec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dollar.podspec b/Dollar.podspec index d97b781..ec6710d 100644 --- a/Dollar.podspec +++ b/Dollar.podspec @@ -1,11 +1,11 @@ Pod::Spec.new do |s| s.name = "Dollar" - s.version = "0.2.2" + s.version = "0.2.3" s.summary = "A functional tool-belt for Swift Language" s.homepage = "https://github.com/ankurp/Dollar.swift" s.license = { :type => 'MIT', :file => 'LICENSE' } s.author = { "Ankur Patel" => "ankur.patel@ymail.com" } - s.source = { :git => "https://github.com/ankurp/Dollar.swift.git", :tag => "0.2.2" } + s.source = { :git => "https://github.com/ankurp/Dollar.swift.git", :tag => "0.2.3" } s.source_files = 'Dollar/*.{h,swift}' s.frameworks = 'Foundation' s.requires_arc = true