Skip to content

Commit 7d1644b

Browse files
authored
Bump version docs to 1.0.0-alpha.1 (#82)
Bump version docs to 1.0.0-alpha.1 ### Motivation _[Explain here the context, and why you're making that change. What is the problem you're trying to solve.]_ ### Modifications _[Describe the modifications you've made.]_ ### Result _[After your change, what will change.]_ ### Test Plan _[Describe the steps you took, or will take, to qualify the change - such as adjusting tests and manual testing.]_ Reviewed by: simonjbeaumont Builds: ✔︎ pull request validation (5.10) - Build finished. ✔︎ pull request validation (5.9) - Build finished. ✔︎ pull request validation (api breakage) - Build finished. ✔︎ pull request validation (docc test) - Build finished. ✔︎ pull request validation (integration test) - Build finished. ✔︎ pull request validation (nightly) - Build finished. ✔︎ pull request validation (soundness) - Build finished. #82
1 parent 336b77c commit 7d1644b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Add the package dependency in your `Package.swift`:
1919
```swift
2020
.package(
2121
url: "https://github.com/apple/swift-openapi-runtime",
22-
.upToNextMinor(from: "0.3.0")
22+
exact: "1.0.0-alpha.1"
2323
),
2424
```
2525

Sources/OpenAPIRuntime/Documentation.docc/Documentation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Add the package dependency in your `Package.swift`:
1919
```swift
2020
.package(
2121
url: "https://github.com/apple/swift-openapi-runtime",
22-
.upToNextMinor(from: "0.3.0")
22+
exact: "1.0.0-alpha.1"
2323
),
2424
```
2525

0 commit comments

Comments
 (0)