Skip to content

Commit f25c983

Browse files
author
ZhgChgLiBot
committed
bump version
1 parent a8baa6d commit f25c983

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
@@ -54,14 +54,14 @@ The chart above shows the elapsed time (in seconds) to render different HTML str
5454

5555
- File > Swift Packages > Add Package Dependency
5656
- Add `https://github.com/ZhgChgLi/ZMarkupParser.git`
57-
- Select "Up to Next Major" with "1.11.0"
57+
- Select "Up to Next Major" with "1.12.0"
5858

5959
or
6060

6161
```swift
6262
...
6363
dependencies: [
64-
.package(url: "https://github.com/ZhgChgLi/ZMarkupParser.git", from: "1.11.0"),
64+
.package(url: "https://github.com/ZhgChgLi/ZMarkupParser.git", from: "1.12.0"),
6565
]
6666
...
6767
.target(
@@ -80,7 +80,7 @@ platform :ios, '12.0'
8080
use_frameworks!
8181

8282
target 'MyApp' do
83-
pod 'ZMarkupParser', '~> 1.11.0'
83+
pod 'ZMarkupParser', '~> 1.12.0'
8484
end
8585
```
8686

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.11.0"
3+
s.version = "1.12.0"
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)