Skip to content

Commit

Permalink
Bump to 2.0.3 for CocoaPods and SwiftPM
Browse files Browse the repository at this point in the history
  • Loading branch information
malcommac committed Jul 23, 2020
1 parent 95cbf79 commit 5535aa9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
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.2'
spec.version = '2.0.3'
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_version = "5.0"
spec.swift_versions = ['4.0', '4.1', '4.2', '5.0', '5.1']
end
5 changes: 2 additions & 3 deletions Package.swift
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// swift-tools-version:4.0
// swift-tools-version:5.1
import PackageDescription

let package = Package(
Expand All @@ -9,6 +9,5 @@ let package = Package(
targets: [
.target(name: "Hydra", dependencies: []),
.testTarget(name: "HydraTests", dependencies: ["Hydra"])
],
swiftLanguageVersions: [4]
]
)

0 comments on commit 5535aa9

Please sign in to comment.