Version up

This commit is contained in:
Pavel Lukandiy 2018-05-21 21:16:49 +03:00
parent 6982b95659
commit f71237c032
2 changed files with 4 additions and 1 deletions

View File

@ -1,5 +1,8 @@
# Changelog
### 0.7.14
- **Update**: `PaginationWrapper` separating state views from data loading.
### 0.7.13
- **Update**: Migrate from `Variable` to `BehaviorRelay`.
- **Fix**: `PaginationWrapper` retry load more after fail.

View File

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