From 0631f2a7d7ec70ec68331f638424da07c8d0990d Mon Sep 17 00:00:00 2001 From: ZhgChgLi <33706588+zhgchgli0718@users.noreply.github.com> Date: Thu, 30 May 2024 23:20:00 +0800 Subject: [PATCH] bump version --- README.md | 6 +++--- scripts/ZMarkupParser.podspec | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) 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" }