From f25c9838e9e77ae49cc3f434ee26e669cb4043c7 Mon Sep 17 00:00:00 2001 From: ZhgChgLiBot Date: Tue, 3 Dec 2024 23:19:11 +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 829ae09..474230e 100644 --- a/README.md +++ b/README.md @@ -54,14 +54,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.11.0" +- Select "Up to Next Major" with "1.12.0" or ```swift ... dependencies: [ - .package(url: "https://github.com/ZhgChgLi/ZMarkupParser.git", from: "1.11.0"), + .package(url: "https://github.com/ZhgChgLi/ZMarkupParser.git", from: "1.12.0"), ] ... .target( @@ -80,7 +80,7 @@ platform :ios, '12.0' use_frameworks! target 'MyApp' do - pod 'ZMarkupParser', '~> 1.11.0' + pod 'ZMarkupParser', '~> 1.12.0' end ``` diff --git a/scripts/ZMarkupParser.podspec b/scripts/ZMarkupParser.podspec index 8bb814b..2cda860 100644 --- a/scripts/ZMarkupParser.podspec +++ b/scripts/ZMarkupParser.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "ZMarkupParser" - s.version = "1.11.0" + s.version = "1.12.0" 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" }