Skip to content

Commit 0631f2a

Browse files
committed
bump version
1 parent d823252 commit 0631f2a

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 3 additions & 3 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.9.2"
51+
- Select "Up to Next Major" with "1.9.3"
5252

5353
or
5454

5555
```swift
5656
...
5757
dependencies: [
58-
.package(url: "https://github.com/ZhgChgLi/ZMarkupParser.git", from: "1.9.2"),
58+
.package(url: "https://github.com/ZhgChgLi/ZMarkupParser.git", from: "1.9.3"),
5959
]
6060
...
6161
.target(
@@ -74,7 +74,7 @@ platform :ios, '12.0'
7474
use_frameworks!
7575

7676
target 'MyApp' do
77-
pod 'ZMarkupParser', '~> 1.9.2'
77+
pod 'ZMarkupParser', '~> 1.9.3'
7878
end
7979
```
8080

scripts/ZMarkupParser.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = "ZMarkupParser"
3-
s.version = "1.9.2"
3+
s.version = "1.9.3"
44
s.summary = "ZMarkupParser helps you to convert HTML String to NSAttributedString with customized style and tag through pure-Swift."
55
s.homepage = "https://github.com/ZhgChgLi/ZMarkupParser"
66
s.license = { :type => "MIT", :file => "LICENSE" }

0 commit comments

Comments
 (0)