Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
zhgchgli0718 committed May 30, 2024
1 parent d823252 commit 0631f2a
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.2"
- Select "Up to Next Major" with "1.9.3"

or

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

target 'MyApp' do
pod 'ZMarkupParser', '~> 1.9.2'
pod 'ZMarkupParser', '~> 1.9.3'
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.2"
s.version = "1.9.3"
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 0631f2a

Please sign in to comment.