Skip to content

Commit a9a4a8c

Browse files
committed
bump version
1 parent 5e9e0d3 commit a9a4a8c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,14 +48,14 @@ The chart above shows the elapsed time (in seconds) to render different HTML str
4848

4949
- File > Swift Packages > Add Package Dependency
5050
- Add `https://github.com/ZhgChgLi/ZMarkupParser.git`
51-
- Select "Up to Next Major" with "1.8.0"
51+
- Select "Up to Next Major" with "1.8.1"
5252

5353
or
5454

5555
```swift
5656
...
5757
dependencies: [
58-
.package(url: "https://github.com/ZhgChgLi/ZMarkupParser.git", from: "1.8.0"),
58+
.package(url: "https://github.com/ZhgChgLi/ZMarkupParser.git", from: "1.8.1"),
5959
]
6060
...
6161
.target(

0 commit comments

Comments
 (0)