From ab52e832dc1627b9dde671bf2406d0f66d13d78c Mon Sep 17 00:00:00 2001 From: Maxim Sorokin Date: Thu, 23 Jul 2020 16:57:24 +0300 Subject: [PATCH] up version to 0.9.33 and chenged log --- CHANGELOG.md | 4 ++++ LeadKit.podspec | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fbfa9a57..6fb2421f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +### 0.9.33 +- **Fix**: `CustomizableButtonView` container class that provides great customization. +- **Fix**: `CustomizableButtonViewModel` viewModel class for `CustomizableButtonView` configuration. + ### 0.9.32 - **Fix**: `CustomizableButtonView` container class that provides great customization. diff --git a/LeadKit.podspec b/LeadKit.podspec index e28d9eaf..73c4280c 100644 --- a/LeadKit.podspec +++ b/LeadKit.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "LeadKit" - s.version = "0.9.32" + s.version = "0.9.33" 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"