From 5cc2fcbf30c2b0106e3b435b7f7559ad8389a1bf Mon Sep 17 00:00:00 2001 From: Max Howell Date: Sun, 20 Jan 2019 16:26:22 -0500 Subject: [PATCH] Tag 0.4.1 --- Path.swift.podspec | 2 +- README.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Path.swift.podspec b/Path.swift.podspec index 9c2fd81..8bb1869 100644 --- a/Path.swift.podspec +++ b/Path.swift.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'Path.swift' - s.version = '0.4.0' + s.version = '0.4.1' s.summary = 'Delightful, robust file-pathing functions' s.homepage = 'https://github.com/mxcl/Path.swift' s.license = { :type => 'Unlicense', :file => 'LICENSE.md' } diff --git a/README.md b/README.md index e86b3ff..935a18b 100644 --- a/README.md +++ b/README.md @@ -183,13 +183,13 @@ Path("~foo") // => nil SwiftPM: ```swift -package.append(.package(url: "https://github.com/mxcl/Path.swift", from: "0.4.0")) +package.append(.package(url: "https://github.com/mxcl/Path.swift", from: "0.4.1")) ``` CocoaPods: ```ruby -pod 'Path.swift' ~> 0.4.0 +pod 'Path.swift' ~> '0.4.1' ``` Please note! We are pre 1.0, thus we can change the API as we like! We will tag