Skip to content

Commit

Permalink
Merge pull request #48 from klefevre/bump-version
Browse files Browse the repository at this point in the history
Bump version to 0.4.1
  • Loading branch information
Kevin Lefèvre authored Feb 11, 2017
2 parents 2d65146 + fd95f8c commit efac32a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Postal.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'Postal'
s.version = '0.4.0'
s.version = '0.4.1'
s.summary = 'A swift framework for working with emails.'
s.description = 'A Swift framework for working with emails. Simple and quick to use. Built on top of libetpan.'
s.homepage = 'https://github.com/snipsco/Postal'
Expand Down Expand Up @@ -43,7 +43,7 @@ Pod::Spec.new do |s|
s.subspec 'ReactiveSwift' do |sp|
sp.source_files = 'Postal/ReactiveSwift/*.swift'
sp.dependency 'Postal/Core'
sp.dependency 'ReactiveSwift', '1.0.0-rc.3'
sp.dependency 'ReactiveSwift', '1.0.0'
end

end

0 comments on commit efac32a

Please sign in to comment.