Skip to content

Commit

Permalink
Merge pull request #27 from klefevre/bump-version
Browse files Browse the repository at this point in the history
Bump to version 0.3.0
  • Loading branch information
Kevin Lefèvre authored Sep 14, 2016
2 parents 010b738 + 6bcbfcb commit 2e13d91
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.2.0'
s.version = '0.3.0'
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 All @@ -10,7 +10,7 @@ Pod::Spec.new do |s|
s.ios.deployment_target = '8.0'
s.osx.deployment_target = '10.10'

s.source = { :git => 'https://github.com/snipsco/Postal.git', :tag => s.version.to_s }
s.source = { :git => 'https://github.com/snipsco/Postal.git', :tag => 'v' + s.version.to_s }

s.default_subspec = 'Core'

Expand Down

0 comments on commit 2e13d91

Please sign in to comment.