From a86a03c24a9e1c83bf0bf5c504e75698d9a922ba Mon Sep 17 00:00:00 2001 From: zhgchgli Date: Fri, 24 Feb 2023 01:03:22 +0800 Subject: [PATCH] bump version --- scripts/ZMarkupParser.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/ZMarkupParser.podspec b/scripts/ZMarkupParser.podspec index b78b3a8..40fbc1b 100644 --- a/scripts/ZMarkupParser.podspec +++ b/scripts/ZMarkupParser.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "ZMarkupParser" - s.version = "1.2.0" + s.version = "1.2.1" 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" }