diff --git a/CHANGELOG.md b/CHANGELOG.md index ece54f98..b4d10132 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # Changelog +### 0.9.42 +- **Fix**: Logic bugs of `PaginationWrapper`. + ### 0.9.41 - **Add**: `OTPSwiftView` - a fully customizable OTP view. - **Add**: `BaseInitializableControl` UIControl conformance to InitializableView. diff --git a/LeadKit.podspec b/LeadKit.podspec index b1c1170d..74dd2806 100644 --- a/LeadKit.podspec +++ b/LeadKit.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "LeadKit" - s.version = "0.9.41" + s.version = "0.9.42" 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"