Skip to content

Commit

Permalink
Bump to 2.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
malcommac committed Sep 15, 2020
1 parent cdfa97e commit 4e7f08b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Binary file not shown.
4 changes: 2 additions & 2 deletions HydraAsync.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |spec|
spec.name = 'HydraAsync'
spec.version = '2.0.3'
spec.version = '2.0.4 '
spec.summary = 'Promises & Await: Write better async in Swift'
spec.homepage = 'https://github.com/malcommac/Hydra'
spec.license = { :type => 'MIT', :file => 'LICENSE' }
Expand All @@ -15,5 +15,5 @@ Pod::Spec.new do |spec|
spec.requires_arc = true
spec.module_name = 'Hydra'
spec.frameworks = "Foundation"
spec.swift_versions = ['4.0', '4.1', '4.2', '5.0', '5.1']
spec.swift_versions = ['4.0', '4.1', '4.2', '5.0', '5.1', '5.3']
end

0 comments on commit 4e7f08b

Please sign in to comment.