From fa81fa9e3a9f59645159c4ea45c0c46ee6558f71 Mon Sep 17 00:00:00 2001 From: Keith Smiley Date: Fri, 23 Mar 2018 10:09:41 -0700 Subject: [PATCH] chore: Release 0.9.1 --- CHANGELOG.md | 2 +- PathKit.podspec | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 278c50e..d90fd84 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # PathKit Changelog -## master +## 0.9.1 ### Bug Fixes diff --git a/PathKit.podspec b/PathKit.podspec index 621430e..e61af32 100644 --- a/PathKit.podspec +++ b/PathKit.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |spec| spec.name = 'PathKit' - spec.version = '0.9.0' + spec.version = '0.9.1' spec.summary = 'Effortless path operations in Swift.' spec.homepage = 'https://github.com/kylef/PathKit' spec.license = { :type => 'BSD', :file => 'LICENSE' }