Skip to content

Commit f97a804

Browse files
committed
update readme
1 parent e5198c2 commit f97a804

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

Package.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ let availability: [Available] = [
6363
Available("1.4.2", "macOS 9999, iOS 9999, watchOS 9999, tvOS 9999, visionOS 9999"),
6464
Available("1.5.0", "macOS 9999, iOS 9999, watchOS 9999, tvOS 9999, visionOS 9999"),
6565
Available("1.6.0", "macOS 9999, iOS 9999, watchOS 9999, tvOS 9999, visionOS 9999"),
66+
Available("1.6.1", "macOS 9999, iOS 9999, watchOS 9999, tvOS 9999, visionOS 9999"),
6667
]
6768

6869
let swiftSettingsAvailability = availability.map(\.swiftSetting)

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ To use the `SystemPackage` library in a SwiftPM project,
3232
add the following line to the dependencies in your `Package.swift` file:
3333

3434
```swift
35-
.package(url: "https://github.com/apple/swift-system", from: "1.6.0"),
35+
.package(url: "https://github.com/apple/swift-system", from: "1.6.1"),
3636
```
3737

3838
Finally, include `"SystemPackage"` as a dependency for your executable target:
@@ -41,7 +41,7 @@ Finally, include `"SystemPackage"` as a dependency for your executable target:
4141
let package = Package(
4242
// name, platforms, products, etc.
4343
dependencies: [
44-
.package(url: "https://github.com/apple/swift-system", from: "1.6.0"),
44+
.package(url: "https://github.com/apple/swift-system", from: "1.6.1"),
4545
// other dependencies
4646
],
4747
targets: [

0 commit comments

Comments
 (0)