Skip to content

Commit 7d45e0d

Browse files
authored
Update README.md to refer to 1.3.0
1 parent ab09f04 commit 7d45e0d

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
@@ -28,7 +28,7 @@ To use the `SystemPackage` library in a SwiftPM project,
2828
add the following line to the dependencies in your `Package.swift` file:
2929

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

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

0 commit comments

Comments
 (0)