Skip to content

Commit

Permalink
Bump version docs to 1.0.0-alpha.1 (#82)
Browse files Browse the repository at this point in the history
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
  • Loading branch information
czechboy0 committed Nov 27, 2023
1 parent 336b77c commit 7d1644b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Add the package dependency in your `Package.swift`:
```swift
.package(
url: "https://github.com/apple/swift-openapi-runtime",
.upToNextMinor(from: "0.3.0")
exact: "1.0.0-alpha.1"
),
```

Expand Down
2 changes: 1 addition & 1 deletion Sources/OpenAPIRuntime/Documentation.docc/Documentation.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Add the package dependency in your `Package.swift`:
```swift
.package(
url: "https://github.com/apple/swift-openapi-runtime",
.upToNextMinor(from: "0.3.0")
exact: "1.0.0-alpha.1"
),
```

Expand Down

0 comments on commit 7d1644b

Please sign in to comment.