Skip to content

Commit

Permalink
Bump version to 0.3.0 (#140)
Browse files Browse the repository at this point in the history
  • Loading branch information
dduan authored Jul 1, 2020
1 parent 0b0d34d commit 1475a0f
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 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.0

### Fixes

- Warnings in Swift 5.3
Expand Down
4 changes: 2 additions & 2 deletions 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.2.3"
spec.version = "0.3.0"
spec.summary = "A file management library for Swift"
spec.homepage = "https://github.com/dduan/Pathos"
spec.license = { :type => "MIT", :file => "LICENSE.md" }
Expand All @@ -11,5 +11,5 @@ Pod::Spec.new do |spec|
spec.source_files = "Sources/**/*.swift"
spec.requires_arc = true
spec.module_name = "Pathos"
spec.swift_versions = ['5.1']
spec.swift_versions = ['5.1', '5.2', '5.3']
end
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.2.3")
.package(url: "http://github.com/dduan/Pathos", from: "0.3.0")
```
## Overview

Expand Down

0 comments on commit 1475a0f

Please sign in to comment.