Skip to content

Commit

Permalink
Releasing version 6.0.0-beta.3.
Browse files Browse the repository at this point in the history
DenTelezhkin committed Oct 5, 2017
1 parent dc84f49 commit 32ff782
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)
2 changes: 1 addition & 1 deletion DTTableViewManager.podspec
Original file line number Diff line number Diff line change
@@ -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'
2 changes: 1 addition & 1 deletion Supporting files/Framework.plist
Original file line number Diff line number Diff line change
@@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>6.0.0-beta.2</string>
<string>6.0.0-beta.3</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>

0 comments on commit 32ff782

Please sign in to comment.