Skip to content

Commit 023809f

Browse files
authored
Update README.md
1 parent ef02227 commit 023809f

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,11 @@
1212
Add this configuration to your `Package.swift`:
1313
```swift
1414
dependencies: [
15-
.package(url: "https://github.com/fenli/SourceryBuildPlugin", .branch("main")),
15+
.package(url: "https://github.com/fenli/SourceryBuildPlugin", from: "2.3.0"),
1616
],
1717
```
18+
> *This package version will follow [Sourcery binary versioning](https://github.com/krzysztofzablocki/Sourcery/releases)*
19+
1820
Then add the plugins to your target:
1921
```swift
2022
.target(

0 commit comments

Comments
 (0)