From 32ff782571c0b815904e2a5e36c8a30452aa3f0b Mon Sep 17 00:00:00 2001 From: Denys Telezhkin Date: Thu, 5 Oct 2017 18:15:21 +0300 Subject: [PATCH] Releasing version 6.0.0-beta.3. --- CHANGELOG.md | 2 ++ DTTableViewManager.podspec | 2 +- Supporting files/Framework.plist | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) 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