We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1131855 commit fa81fa9Copy full SHA for fa81fa9
2 files changed
CHANGELOG.md
@@ -1,6 +1,6 @@
1
# PathKit Changelog
2
3
-## master
+## 0.9.1
4
5
### Bug Fixes
6
PathKit.podspec
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' }
0 commit comments