Skip to content

Commit 2c60d23

Browse files
committed
docs: Install plugin v1.0.0 in examples
1 parent ca00f7f commit 2c60d23

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Sources/swift-container-plugin/Documentation.docc/Adding-the-plugin-to-your-project.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Swift Container Plugin is distributed as a Swift Package Manager package. To
1414
Recent versions of `swift package` support the `add-dependency` command:
1515

1616
```shell
17-
swift package add-dependency https://github.com/apple/swift-container-plugin --from 0.5.0
17+
swift package add-dependency https://github.com/apple/swift-container-plugin --from 1.0.0
1818
```
1919

2020
### Install the plugin by manually editing `Package.swift`
@@ -23,7 +23,7 @@ If you cannot use the `swift package add-dependency` comand, append the followin
2323

2424
```swift
2525
package.dependencies += [
26-
.package(url: "https://github.com/apple/swift-container-plugin", from: "0.5.0"),
26+
.package(url: "https://github.com/apple/swift-container-plugin", from: "1.0.0"),
2727
]
2828
```
2929

0 commit comments

Comments
 (0)