Skip to content

Commit c5fe76d

Browse files
committed
Release version 0.2.1.
1 parent a6341a9 commit c5fe76d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

FileSmith.podspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = 'FileSmith'
3-
s.version = '0.2.0'
3+
s.version = '0.2.1'
44
s.summary = 'A strongly typed Swift library for working with local files and directories.'
55
s.description = 'FileSmith differentiates between file paths and directory paths, and between paths and actual files and directories, because the programmer knows which are which and when the compiler knows it too it can be much more helpful.'
66
s.homepage = 'https://github.com/kareman/FileSmith'

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -170,15 +170,15 @@ public enum FileType: Equatable, Hashable {
170170

171171
### [Swift Package Manager](https://github.com/apple/swift-package-manager)
172172

173-
Add `.Package(url: "https://github.com/kareman/FileSmith", "0.2.0")` to your Package.swift:
173+
Add `.Package(url: "https://github.com/kareman/FileSmith", "0.2.1")` to your Package.swift:
174174

175175
```swift
176176
import PackageDescription
177177

178178
let package = Package(
179179
name: "somename",
180180
dependencies: [
181-
.Package(url: "https://github.com/kareman/FileSmith", "0.2.0")
181+
.Package(url: "https://github.com/kareman/FileSmith", "0.2.1")
182182
]
183183
)
184184
```

0 commit comments

Comments
 (0)