Up version

This commit is contained in:
Vlad 2020-08-26 23:41:44 +03:00
parent af43eb9da7
commit b2b386185c
3 changed files with 5 additions and 2 deletions

View File

@ -1,5 +1,8 @@
# Changelog
### 0.9.43
- **Add**: `RefreshControl` - a basic UIRefreshControl with fixed refresh action.
### 0.9.42
- **Fix**: Logic bugs of `PaginationWrapper`.

View File

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

View File

@ -2,7 +2,7 @@
Bunch of useful protocols and views:
- RefreshControl - a basic UIRefreshControl with fixed refresh action.
- `RefreshControl` - a basic UIRefreshControl with fixed refresh action.
# Installation via SPM