From c305a8be7d6c6fb96e4b387574dc16563d140c0e Mon Sep 17 00:00:00 2001 From: Harry Li Date: Fri, 20 Sep 2024 13:42:28 +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 f60f9c8..8bb814b 100644 --- a/scripts/ZMarkupParser.podspec +++ b/scripts/ZMarkupParser.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "ZMarkupParser" - s.version = "1.10.0" + s.version = "1.11.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" }