diff --git a/CHANGELOG.md b/CHANGELOG.md index f2d0cbb1..d6549d1a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,6 @@ # Changelog +### 0.7.7 +- **Fix**: Fix doubling separator line issue ### 0.7.6 diff --git a/LeadKit.podspec b/LeadKit.podspec index 0d6dcc94..dc722041 100644 --- a/LeadKit.podspec +++ b/LeadKit.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "LeadKit" - s.version = "0.7.6" + s.version = "0.7.7" 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"