Skip to content

Commit 1c87529

Browse files
authored
Bump version to 0.2.2 (#121)
1 parent 7e20513 commit 1c87529

File tree

5 files changed

+6
-4
lines changed

5 files changed

+6
-4
lines changed

.swift-version

Lines changed: 0 additions & 1 deletion
This file was deleted.

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
11
## master
22

3+
## 0.2.2
4+
35
- Removed a build warning in Swift 5.2

Pathos.podspec

Lines changed: 2 additions & 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.2.1"
3+
spec.version = "0.2.2"
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" }
@@ -11,4 +11,5 @@ Pod::Spec.new do |spec|
1111
spec.source_files = "Sources/**/*.swift"
1212
spec.requires_arc = true
1313
spec.module_name = "Pathos"
14+
spec.swift_versions = ['5.1']
1415
end

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ github "dduan/Pathos"
6060
#### With [SwiftPM](https://swift.org/package-manager)
6161

6262
```swift
63-
.package(url: "http://github.com/dduan/Pathos", from: "0.2.1")
63+
.package(url: "http://github.com/dduan/Pathos", from: "0.2.2")
6464
```
6565
## Overview
6666

Resources/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<key>CFBundlePackageType</key>
1616
<string>FMWK</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>0.2.1</string>
18+
<string>0.2.2</string>
1919
<key>CFBundleSignature</key>
2020
<string>????</string>
2121
<key>CFBundleVersion</key>

0 commit comments

Comments
 (0)