Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
zhgchgli0718 committed Feb 9, 2024
1 parent 5e9e0d3 commit a9a4a8c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,14 +48,14 @@ The chart above shows the elapsed time (in seconds) to render different HTML str

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

or

```swift
...
dependencies: [
.package(url: "https://github.com/ZhgChgLi/ZMarkupParser.git", from: "1.8.0"),
.package(url: "https://github.com/ZhgChgLi/ZMarkupParser.git", from: "1.8.1"),
]
...
.target(
Expand Down

0 comments on commit a9a4a8c

Please sign in to comment.