Skip to content

Commit 6a87649

Browse files
committed
Bumping version
1 parent df57cb4 commit 6a87649

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dollar.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
Pod::Spec.new do |s|
22
s.name = "Dollar"
3-
s.version = "6.1.0"
3+
s.version = "6.2.0"
44
s.summary = "A functional tool-belt for Swift Language"
55
s.homepage = "https://github.com/ankurp/Dollar"
66
s.license = { :type => "MIT", :file => "LICENSE" }
77
s.author = { "Ankur Patel" => "[email protected]" }
88
s.source = { :git => "https://github.com/ankurp/Dollar.git", :tag => "#{s.version}" }
99
s.source_files = "Sources/*.{h,swift}"
10-
s.ios.deployment_target = "8.0"
10+
s.ios.deployment_target = "9.0"
1111
s.osx.deployment_target = "10.10"
1212
s.tvos.deployment_target = "9.0"
1313
s.watchos.deployment_target = "2.0"

0 commit comments

Comments
 (0)