Skip to content

Commit 010e055

Browse files
committed
bump version
1 parent f0c8167 commit 010e055

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.5.0"
51+
- Select "Up to Next Major" with "1.5.1"
5252

5353
or
5454

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

7676
target 'MyApp' do
77-
pod 'ZMarkupParser', '~> 1.5.0'
77+
pod 'ZMarkupParser', '~> 1.5.1'
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.5.0"
3+
s.version = "1.5.1"
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)