Skip to content

Commit

Permalink
Bumping version
Browse files Browse the repository at this point in the history
  • Loading branch information
ankurp committed Jun 24, 2014
1 parent ea40c80 commit 5d7bc59
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dollar.podspec
Original file line number Diff line number Diff line change
@@ -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" => "[email protected]" }
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
Expand Down

0 comments on commit 5d7bc59

Please sign in to comment.