diff --git a/CHANGELOG.md b/CHANGELOG.md index 7025f68..01bd1ae 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # Changelog +## 0.1.4 +- **Update**: Refactor PassCode + ## 0.1.3 - **Update**: Typical api response keys naming diff --git a/LeadKitAdditions.podspec b/LeadKitAdditions.podspec index c015803..91d2b7a 100644 --- a/LeadKitAdditions.podspec +++ b/LeadKitAdditions.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "LeadKitAdditions" - s.version = "0.1.3" + s.version = "0.1.4" 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"