diff --git a/Package.swift b/Package.swift index fda23f4..78076a1 100644 --- a/Package.swift +++ b/Package.swift @@ -6,7 +6,7 @@ import PackageDescription let package = Package( name: "Sio", platforms: [ - .macOS(.v10_11), .iOS(.v10), + .macOS(.v10_11), .iOS(.v10), .tvOS(.v10) ], products: [ // Products define the executables and libraries produced by a package, and make them visible to other packages. diff --git a/Sio.podspec b/Sio.podspec index 8e36d5b..a7ef5bd 100644 --- a/Sio.podspec +++ b/Sio.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "Sio" - s.version = "0.3.2" + s.version = "0.3.4" s.summary = "Swift IO" s.description = <<-DESC Swift Effects library, ala ZIO.