diff --git a/CHANGELOG.md b/CHANGELOG.md index 29141059..e2554a9c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,7 @@ ## master +## 0.3.0 + ### Fixes - Warnings in Swift 5.3 diff --git a/Pathos.podspec b/Pathos.podspec index 24ca4b47..619fb99f 100644 --- a/Pathos.podspec +++ b/Pathos.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |spec| spec.name = "Pathos" - spec.version = "0.2.3" + spec.version = "0.3.0" spec.summary = "A file management library for Swift" spec.homepage = "https://github.com/dduan/Pathos" spec.license = { :type => "MIT", :file => "LICENSE.md" } @@ -11,5 +11,5 @@ Pod::Spec.new do |spec| spec.source_files = "Sources/**/*.swift" spec.requires_arc = true spec.module_name = "Pathos" - spec.swift_versions = ['5.1'] + spec.swift_versions = ['5.1', '5.2', '5.3'] end diff --git a/README.md b/README.md index 2116eb58..79840130 100644 --- a/README.md +++ b/README.md @@ -54,7 +54,7 @@ pod "Pathos" #### With [SwiftPM](https://swift.org/package-manager) ```swift -.package(url: "http://github.com/dduan/Pathos", from: "0.2.3") +.package(url: "http://github.com/dduan/Pathos", from: "0.3.0") ``` ## Overview