From 11942c327b8ddf85f30eb10f110af24fa2069c2b Mon Sep 17 00:00:00 2001 From: Vlad Date: Mon, 24 Aug 2020 23:30:35 +0300 Subject: [PATCH] Up version --- CHANGELOG.md | 7 ++++--- LeadKit.podspec | 2 +- README.md | 1 + 3 files changed, 6 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 99e51801..2dee49a4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,9 @@ # Changelog -### 0.9.40 -- **Add**: `OTPSwiftView` - a fully customizable OTP view.. -- **Add**: `BaseInitializableControl` UIControl conformance to InitializableView.. +### 0.9.41 +- **Add**: `OTPSwiftView` - a fully customizable OTP view. +- **Add**: `BaseInitializableControl` UIControl conformance to InitializableView. +- **Add**: `TISwiftUtils` a bunch of useful helpers for development. ### 0.9.39 - **Add**: `Animatable` protocol to TIUIKitCore. diff --git a/LeadKit.podspec b/LeadKit.podspec index 67cee149..b1c1170d 100644 --- a/LeadKit.podspec +++ b/LeadKit.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "LeadKit" - s.version = "0.9.40" + s.version = "0.9.41" 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" diff --git a/README.md b/README.md index e17c64f0..6cda623b 100644 --- a/README.md +++ b/README.md @@ -7,4 +7,5 @@ This repository contains the following additional frameworks: - [TITransitions](TITransitions) - set of custom transitions to present controller. - [TIUIElements](TIUIElements) - bunch of of useful protocols and views. - [OTPSwiftView](OTPSwiftView) - a fully customizable OTP view. +- [TISwiftUtils](TISwiftUtils) - a bunch of useful helpers for development.