diff --git a/CHANGELOG.md b/CHANGELOG.md index ac988056..b71ba9de 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,8 @@ All notable changes to this project will be documented in this file. # Next +## [6.0.0-beta.3](https://github.com/DenHeadless/DTTableViewManager/releases/tag/6.0.0-beta.3) + * Makes `DTTableViewManager` property weak instead of unowned to prevent iOS 10-specific memory issues/crashes. ## [6.0.0-beta.2](https://github.com/DenHeadless/DTTableViewManager/releases/tag/6.0.0-beta.2) diff --git a/DTTableViewManager.podspec b/DTTableViewManager.podspec index 49f8a114..8e45a867 100644 --- a/DTTableViewManager.podspec +++ b/DTTableViewManager.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'DTTableViewManager' - s.version = "6.0.0-beta.2" + s.version = "6.0.0-beta.3" s.license = 'MIT' s.summary = 'Protocol-oriented UITableView management, powered by generics and associated types.' s.homepage = 'https://github.com/DenHeadless/DTTableViewManager' diff --git a/Supporting files/Framework.plist b/Supporting files/Framework.plist index 3184fd79..7822e737 100644 --- a/Supporting files/Framework.plist +++ b/Supporting files/Framework.plist @@ -15,7 +15,7 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 6.0.0-beta.2 + 6.0.0-beta.3 CFBundleSignature ???? CFBundleVersion