Skip to content

Commit 25c9fef

Browse files
committed
Release v0.7.0
1 parent 47dda60 commit 25c9fef

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: TwistedOakCollapsingFutures.podspec

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = "TwistedOakCollapsingFutures"
3-
s.version = "0.3.0"
3+
s.version = "0.7.0"
44
s.summary = "Futures without nesting issues."
55
s.description = <<-DESC
66
Makes representing and consuming asynchronous results simpler.
@@ -15,7 +15,7 @@ Pod::Spec.new do |s|
1515
s.homepage = "https://github.com/Strilanc/ObjC-CollapsingFutures"
1616
s.license = { :type => 'BSD', :file => 'License.txt' }
1717
s.author = { "Craig Gidney" => "[email protected]" }
18-
s.source = { :git => "https://github.com/Strilanc/ObjC-CollapsingFutures.git", :tag => "v0.3.0" }
18+
s.source = { :git => "https://github.com/Strilanc/ObjC-CollapsingFutures.git", :tag => "v0.7.0" }
1919
s.source_files = 'src', 'src/**/*.{h,m}'
2020
s.requires_arc = true
2121
end

0 commit comments

Comments
 (0)