File tree Expand file tree Collapse file tree 3 files changed +2
-3
lines changed Expand file tree Collapse file tree 3 files changed +2
-3
lines changed Original file line number Diff line number Diff line change 11Pod ::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" }
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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.
You can’t perform that action at this time.
0 commit comments