Skip to content

Commit f6b968b

Browse files
committed
README: update version number in install instructions
1 parent 2d3fb10 commit f6b968b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@ If you're adding through Xcode's Swift Package Manager integration (Xcode 11 and
1010
https://github.com/chrisaljoudi/swift-log-oslog.git
1111
```
1212

13-
And use `0.1.0` as the version. If adding as a dependency in your `Package.swift`:
13+
And use `0.2.1` as the base version. If adding as a dependency in your `Package.swift`:
1414

1515
```swift
16-
.package(url: "https://github.com/chrisaljoudi/swift-log-oslog.git", .from("0.1.0"))
16+
.package(url: "https://github.com/chrisaljoudi/swift-log-oslog.git", .from("0.2.1"))
1717
```
1818

1919
## Usage

0 commit comments

Comments
 (0)