Skip to content

Commit 75cd4ea

Browse files
committed
feat: Update README.md
[ci skip]
1 parent 8e6231d commit 75cd4ea

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

README.md

+1-3
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ If you use SwiftPM for your project, you can add CombineInterception to your pac
107107
```swift
108108
.package(
109109
url: "https://github.com/capturecontext/swift-interception.git",
110-
.upToNextMinor(from: "0.2.0")
110+
.upToNextMinor(from: "0.3.0")
111111
)
112112
```
113113

@@ -127,8 +127,6 @@ Do not forget about target dependencies:
127127
)
128128
```
129129

130-
131-
132130
## License
133131

134132
This library is released under the MIT license. See [LICENCE](LICENCE) for details.

0 commit comments

Comments
 (0)