diff --git a/CHANGELOG.md b/CHANGELOG.md index 9bfc636..8a514c7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,8 @@ All notable changes to this project will be documented in this file. # Next +## [11.0.1](https://github.com/DenTelezhkin/DTTableViewManager/releases/tag/11.0.1) + ### Changed * Optimized cell registration, reducing cell instances created when registering (thanks @stephenjames, https://github.com/DenTelezhkin/DTTableViewManager/pull/83) diff --git a/DTTableViewManager.podspec b/DTTableViewManager.podspec index 1a2ac28..f1dbe43 100644 --- a/DTTableViewManager.podspec +++ b/DTTableViewManager.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'DTTableViewManager' - s.version = "11.0.0" + s.version = "11.0.1" s.license = 'MIT' s.summary = 'Protocol-oriented UITableView management, powered by generics and associated types.' s.homepage = 'https://github.com/DenTelezhkin/DTTableViewManager' diff --git a/Supporting files/Framework.plist b/Supporting files/Framework.plist index 6cf76b8..0a5f7cb 100644 --- a/Supporting files/Framework.plist +++ b/Supporting files/Framework.plist @@ -15,7 +15,7 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 11.0.0 + 11.0.1 CFBundleSignature ???? CFBundleVersion