From 6a87649fe24722cbcd24545578a0943f3daddc23 Mon Sep 17 00:00:00 2001 From: Ankur Patel Date: Sun, 26 Mar 2017 11:51:40 -0400 Subject: [PATCH] Bumping version --- Dollar.podspec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dollar.podspec b/Dollar.podspec index 04dd9a2..b6017b8 100644 --- a/Dollar.podspec +++ b/Dollar.podspec @@ -1,13 +1,13 @@ Pod::Spec.new do |s| s.name = "Dollar" - s.version = "6.1.0" + s.version = "6.2.0" s.summary = "A functional tool-belt for Swift Language" s.homepage = "https://github.com/ankurp/Dollar" s.license = { :type => "MIT", :file => "LICENSE" } s.author = { "Ankur Patel" => "ankur.patel@ymail.com" } s.source = { :git => "https://github.com/ankurp/Dollar.git", :tag => "#{s.version}" } s.source_files = "Sources/*.{h,swift}" - s.ios.deployment_target = "8.0" + s.ios.deployment_target = "9.0" s.osx.deployment_target = "10.10" s.tvos.deployment_target = "9.0" s.watchos.deployment_target = "2.0"