From 8f26e41b52ba8c6d5fd11334d35624ce3c59ca64 Mon Sep 17 00:00:00 2001 From: Boyko Mihail Date: Fri, 21 Feb 2020 11:56:19 +0300 Subject: [PATCH] Update changelog and podspec files --- CHANGELOG.md | 3 +++ LeadKit.podspec | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d6cf1ea4..fcb40511 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # Changelog +### 0.9.30 +- **Add**: character `*` into a valid set of characters in the extension `telpromptURL` of String. + ### 0.9.29 - **Update**: remove Carthage binary dependencies, update build scripts. diff --git a/LeadKit.podspec b/LeadKit.podspec index 09aa8890..af2ee6ed 100644 --- a/LeadKit.podspec +++ b/LeadKit.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "LeadKit" - s.version = "0.9.28" + s.version = "0.9.30" s.summary = "iOS framework with a bunch of tools for rapid development" s.homepage = "https://github.com/TouchInstinct/LeadKit" s.license = "Apache License, Version 2.0"