Skip to content

Commit

Permalink
Update README.md to refer to 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
glessard authored May 12, 2024
1 parent ab09f04 commit 7d45e0d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ To use the `SystemPackage` library in a SwiftPM project,
add the following line to the dependencies in your `Package.swift` file:

```swift
.package(url: "https://github.com/apple/swift-system", from: "1.0.0"),
.package(url: "https://github.com/apple/swift-system", from: "1.3.0"),
```

Finally, include `"SystemPackage"` as a dependency for your executable target:
Expand All @@ -37,7 +37,7 @@ Finally, include `"SystemPackage"` as a dependency for your executable target:
let package = Package(
// name, platforms, products, etc.
dependencies: [
.package(url: "https://github.com/apple/swift-system", from: "1.0.0"),
.package(url: "https://github.com/apple/swift-system", from: "1.3.0"),
// other dependencies
],
targets: [
Expand Down

0 comments on commit 7d45e0d

Please sign in to comment.