Skip to content

Commit

Permalink
Bump version to 0.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
dduan committed Sep 21, 2020
1 parent c76127a commit d19f2e6
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
## master

## 0.3.2

- Fix a bug where `children` always recusively visit its content when following symlinks.

## 0.3.1
Expand Down
2 changes: 1 addition & 1 deletion Pathos.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |spec|
spec.name = "Pathos"
spec.version = "0.3.1"
spec.version = "0.3.2"
spec.summary = "A file management library for Swift"
spec.homepage = "https://github.com/dduan/Pathos"
spec.license = { :type => "MIT", :file => "LICENSE.md" }
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ pod "Pathos"
#### With [SwiftPM](https://swift.org/package-manager)

```swift
.package(url: "http://github.com/dduan/Pathos", from: "0.3.1")
.package(url: "http://github.com/dduan/Pathos", from: "0.3.2")
```
## Overview

Expand Down

0 comments on commit d19f2e6

Please sign in to comment.