We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d3fb10 commit f6b968bCopy full SHA for f6b968b
README.md
@@ -10,10 +10,10 @@ If you're adding through Xcode's Swift Package Manager integration (Xcode 11 and
10
https://github.com/chrisaljoudi/swift-log-oslog.git
11
```
12
13
-And use `0.1.0` as the version. If adding as a dependency in your `Package.swift`:
+And use `0.2.1` as the base version. If adding as a dependency in your `Package.swift`:
14
15
```swift
16
-.package(url: "https://github.com/chrisaljoudi/swift-log-oslog.git", .from("0.1.0"))
+.package(url: "https://github.com/chrisaljoudi/swift-log-oslog.git", .from("0.2.1"))
17
18
19
## Usage
0 commit comments