Podspec and changelog update

This commit is contained in:
Artur 2019-05-20 15:30:02 +03:00
parent d05b1b00c9
commit 683d3e9797
2 changed files with 4 additions and 1 deletions

View File

@ -1,5 +1,8 @@
# Changelog
### 0.9.20
- **Fix**: `bindBottomInsetBinding(from bottomInsetDriver:)` in `BaseScrollContentController` works correctly now.
### 0.9.19
- **Add**: `hexString` property for `UIColor` that returns hex representation of color as string.

View File

@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "LeadKit"
s.version = "0.9.19"
s.version = "0.9.20"
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"