Skip to content

Commit f016921

Browse files
committed
Bump version to 0.3.1
1 parent efb963e commit f016921

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

Pathos.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |spec|
22
spec.name = "Pathos"
3-
spec.version = "0.3.0"
3+
spec.version = "0.3.1"
44
spec.summary = "A file management library for Swift"
55
spec.homepage = "https://github.com/dduan/Pathos"
66
spec.license = { :type => "MIT", :file => "LICENSE.md" }

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ pod "Pathos"
5454
#### With [SwiftPM](https://swift.org/package-manager)
5555

5656
```swift
57-
.package(url: "http://github.com/dduan/Pathos", from: "0.3.0")
57+
.package(url: "http://github.com/dduan/Pathos", from: "0.3.1")
5858
```
5959
## Overview
6060

RELEASING.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
## Steps for a new release
22
- Bump version in `Pathos.podspec`.
3-
- Bump version in `Resources/Info.plist`.
43
- Bump version in `README.md`.
54
- In `CHANGELOG.md`, create a section for the new version and move changes from
65
the master section there.

0 commit comments

Comments
 (0)