Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
zhgchgli committed May 29, 2024
1 parent b8086ba commit 9e8132c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 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.9.1"
- Select "Up to Next Major" with "1.9.2"

or

```swift
...
dependencies: [
.package(url: "https://github.com/ZhgChgLi/ZMarkupParser.git", from: "1.9.1"),
.package(url: "https://github.com/ZhgChgLi/ZMarkupParser.git", from: "1.9.2"),
]
...
.target(
Expand All @@ -74,7 +74,7 @@ platform :ios, '12.0'
use_frameworks!

target 'MyApp' do
pod 'ZMarkupParser', '~> 1.9.1'
pod 'ZMarkupParser', '~> 1.9.2'
end
```

Expand Down
2 changes: 1 addition & 1 deletion scripts/ZMarkupParser.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "ZMarkupParser"
s.version = "1.9.1"
s.version = "1.9.2"
s.summary = "ZMarkupParser helps you to convert HTML String to NSAttributedString with customized style and tag through pure-Swift."
s.homepage = "https://github.com/ZhgChgLi/ZMarkupParser"
s.license = { :type => "MIT", :file => "LICENSE" }
Expand Down

0 comments on commit 9e8132c

Please sign in to comment.