diff --git a/README.md b/README.md index fdc18d0..30e9ce0 100644 --- a/README.md +++ b/README.md @@ -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( @@ -74,7 +74,7 @@ platform :ios, '12.0' use_frameworks! target 'MyApp' do - pod 'ZMarkupParser', '~> 1.9.2' + pod 'ZMarkupParser', '~> 1.9.3' end ``` diff --git a/scripts/ZMarkupParser.podspec b/scripts/ZMarkupParser.podspec index a265993..fba1235 100644 --- a/scripts/ZMarkupParser.podspec +++ b/scripts/ZMarkupParser.podspec @@ -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" }