From 8541adb66a08b879d91cd19e73750fa00d47f4b4 Mon Sep 17 00:00:00 2001 From: Daniel Duan Date: Tue, 9 Apr 2019 09:30:37 -0700 Subject: [PATCH] Bump version to 0.2.0 --- Pathos.podspec | 2 +- README.md | 4 ++-- Resources/Info.plist | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Pathos.podspec b/Pathos.podspec index 993075a1..5efe1ec2 100644 --- a/Pathos.podspec +++ b/Pathos.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |spec| spec.name = "Pathos" - spec.version = "0.1.3" + spec.version = "0.2.0" spec.summary = "A file management library for Swift" spec.homepage = "https://github.com/dduan/Pathos" spec.license = { :type => "MIT", :file => "LICENSE.md" } diff --git a/README.md b/README.md index d60c540b..42e819b6 100644 --- a/README.md +++ b/README.md @@ -62,8 +62,8 @@ github "dduan/Pathos" #### With [SwiftPM](https://swift.org/package-manager) -``` -.package(url: "http://github.com/dduan/Pathos", from: "0.1.3") +```swift +.package(url: "http://github.com/dduan/Pathos", from: "0.2.0") ``` ## Overview diff --git a/Resources/Info.plist b/Resources/Info.plist index 15f9a9c0..6019f05b 100644 --- a/Resources/Info.plist +++ b/Resources/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 0.1.3 + 0.2.0 CFBundleSignature ???? CFBundleVersion