From 42afb31d732b61e9447143c986536c875c22078e Mon Sep 17 00:00:00 2001 From: krasich74 Date: Thu, 3 Sep 2020 10:32:40 +0300 Subject: [PATCH] Updated podspecs --- CHANGELOG.md | 3 +++ LeadKitAdditions.podspec | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9bb9181..a887fe7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # Changelog +### 0.3.15 +-**Update**: update LeadKit dependency + ### 0.3.14 - **Update**: remove Carthage binary dependencies, update build scripts. diff --git a/LeadKitAdditions.podspec b/LeadKitAdditions.podspec index 2b3139d..e46a89e 100644 --- a/LeadKitAdditions.podspec +++ b/LeadKitAdditions.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "LeadKitAdditions" - s.version = "0.3.14" + s.version = "0.3.15" s.summary = "iOS framework with a bunch of tools for rapid development" s.homepage = "https://github.com/TouchInstinct/LeadKitAdditions" s.license = "Apache License, Version 2.0"