Skip to content

Commit adc75e5

Browse files
committed
3.2.0
1 parent da5587c commit adc75e5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Promissum.podspec

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = "Promissum"
3-
s.version = "3.1.0"
3+
s.version = "3.2.0"
44
s.license = "MIT"
55

66
s.summary = "A promises library written in Swift featuring combinators like map, flatMap, whenAll, whenAny."
@@ -27,7 +27,6 @@ Promissum really shines when used to combine asynchronous operations from differ
2727
s.source = { :git => "https://github.com/tomlokhorst/Promissum.git", :tag => s.version }
2828
s.requires_arc = true
2929
s.default_subspec = "Core"
30-
s.swift_version = '4.2'
3130

3231
s.subspec "Core" do |ss|
3332
ss.source_files = "Sources/Promissum"

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -167,6 +167,7 @@ $ pod install
167167
Releases
168168
--------
169169

170+
- 3.2.0 - 2019-04-03 - Deprecate `delay` and related functions
170171
- 3.1.0 - 2018-11-17 - Allow for use in extensions
171172
- **3.0.0** - 2018-10-02 - Swift 4.2 support, removed CoreDataKit extension
172173
- 2.2.0 - 2018-02-09 - Fix occasional "execute on wrong queue" issue

0 commit comments

Comments
 (0)