Skip to content

Commit 294b1e9

Browse files
authored
Docs fixes (#13)
Docs fixes ### Motivation Docs should be correct. ### Modifications Update docs with the latest versions. ### Result N/A ### Test Plan N/A Reviewed by: dnadoba Builds: ✔︎ pull request validation (5.8) - Build finished. ✔︎ pull request validation (5.9) - Build finished. ✔︎ pull request validation (nightly) - Build finished. ✔︎ pull request validation (soundness) - Build finished. #13
1 parent c3bce51 commit 294b1e9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Add the package dependency in your `Package.swift`:
1616
```swift
1717
.package(
1818
url: "https://github.com/apple/swift-openapi-urlsession",
19-
.upToNextMinor(from: "0.1.0")
19+
.upToNextMinor(from: "0.2.0")
2020
),
2121
```
2222

Sources/OpenAPIURLSession/Documentation.docc/Documentation.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Add the package dependency in your `Package.swift`:
2020
```swift
2121
.package(
2222
url: "https://github.com/apple/swift-openapi-urlsession",
23-
.upToNextMinor(from: "0.1.0")
23+
.upToNextMinor(from: "0.2.0")
2424
),
2525
```
2626

0 commit comments

Comments
 (0)