Skip to content

Commit efac32a

Browse files
author
Kevin Lefèvre
authored
Merge pull request #48 from klefevre/bump-version
Bump version to 0.4.1
2 parents 2d65146 + fd95f8c commit efac32a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Postal.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = 'Postal'
3-
s.version = '0.4.0'
3+
s.version = '0.4.1'
44
s.summary = 'A swift framework for working with emails.'
55
s.description = 'A Swift framework for working with emails. Simple and quick to use. Built on top of libetpan.'
66
s.homepage = 'https://github.com/snipsco/Postal'
@@ -43,7 +43,7 @@ Pod::Spec.new do |s|
4343
s.subspec 'ReactiveSwift' do |sp|
4444
sp.source_files = 'Postal/ReactiveSwift/*.swift'
4545
sp.dependency 'Postal/Core'
46-
sp.dependency 'ReactiveSwift', '1.0.0-rc.3'
46+
sp.dependency 'ReactiveSwift', '1.0.0'
4747
end
4848

4949
end

0 commit comments

Comments
 (0)