diff --git a/CHANGELOG.md b/CHANGELOG.md index b4d10132..5ef952f7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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`. diff --git a/LeadKit.podspec b/LeadKit.podspec index 74dd2806..f0e3e393 100644 --- a/LeadKit.podspec +++ b/LeadKit.podspec @@ -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" diff --git a/TIUIElements/README.md b/TIUIElements/README.md index a24f58bf..68d1da24 100644 --- a/TIUIElements/README.md +++ b/TIUIElements/README.md @@ -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