Skip to content

Commit 263554a

Browse files
committed
Incremented minor version
1 parent 0c6e8a1 commit 263554a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Diff for: TwistedOakCollapsingFutures.podspec

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,22 @@
11
Pod::Spec.new do |s|
22
s.name = "TwistedOakCollapsingFutures"
3-
s.version = "0.9.2"
3+
s.version = "0.9.3"
44
s.summary = "Futures without nesting issues."
55
s.description = <<-DESC
66
Makes representing and consuming asynchronous results simpler.
77
8-
* #import "TwistedOakCollapsingFutures.h"
8+
* #import "CollapsingFutures.h"
99
* Eventual results and failures are represented as a TOCFuture.
1010
* Produce and control a TOCFuture with a new TOCFutureSource.
1111
* Hook work-to-eventually-do onto a future using then/catch/finally methods.
1212
* Chain more work onto the future results of then/catch/finally.
1313
* No need to track if a TOCFuture has a result of type TOCFuture: always automatically flattened.
14-
* Cancel operations on the fly by giving them a TOCCancelToken controlled by a TOCCancelTokenSource.
14+
* Cancel operations by giving them a TOCCancelToken controlled by a TOCCancelTokenSource.
1515
DESC
1616
s.homepage = "https://github.com/Strilanc/ObjC-CollapsingFutures"
1717
s.license = { :type => 'BSD', :file => 'License.txt' }
1818
s.author = { "Craig Gidney" => "[email protected]" }
19-
s.source = { :git => "https://github.com/Strilanc/ObjC-CollapsingFutures.git", :tag => "v0.9.2" }
19+
s.source = { :git => "https://github.com/Strilanc/ObjC-CollapsingFutures.git", :tag => "v0.9.3" }
2020
s.source_files = 'src', 'src/**/*.{h,m}'
2121
s.requires_arc = true
2222
s.dependency 'UnionFind', '~> 1.0'

0 commit comments

Comments
 (0)