Skip to content

Commit

Permalink
bump to 5.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
DenTelezhkin committed Jan 29, 2017
1 parent cd47049 commit f57655e
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# Change Log
All notable changes to this project will be documented in this file.

## Next
## [5.2.0](https://github.com/DenHeadless/DTCollectionViewManager/releases/tag/5.2.0)

* Setting `CollectionViewUpdater` instance to `collectionViewUpdater` property on `DTCollectionViewManager` now triggers `didUpdateContent` closure on `CollectionViewUpdater`.
* Setting `CollectionViewUpdater` instance to `collectionViewUpdater` property on `DTCollectionViewManager` now triggers `didUpdateContent` closure on `CollectionViewUpdater`.

## [5.1.0](https://github.com/DenHeadless/DTCollectionViewManager/releases/tag/5.1.0)

Expand Down
2 changes: 1 addition & 1 deletion Cartfile
Original file line number Diff line number Diff line change
@@ -1 +1 @@
github "DenHeadless/DTModelStorage" "4.0.0"
github "DenHeadless/DTModelStorage" "4.1.0"
2 changes: 1 addition & 1 deletion Cartfile.resolved
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
github "Quick/Nimble" "v5.1.0"
github "realm/realm-cocoa" "v2.0.3"
github "DenHeadless/DTModelStorage" "4.0.0"
github "DenHeadless/DTModelStorage" "4.1.0"
2 changes: 1 addition & 1 deletion Carthage/Checkouts/DTModelStorage
4 changes: 2 additions & 2 deletions DTCollectionViewManager.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'DTCollectionViewManager'
s.version = '5.1.0'
s.version = '5.2.0'
s.license = 'MIT'
s.summary = 'Protocol-oriented UICollectionView management, powered by generics and associated types.'
s.homepage = 'https://github.com/DenHeadless/DTCollectionViewManager'
Expand All @@ -12,5 +12,5 @@ Pod::Spec.new do |s|
s.ios.deployment_target = '8.0'
s.tvos.deployment_target = '9.0'
s.frameworks = 'UIKit', 'Foundation'
s.dependency 'DTModelStorage' , '~> 4.0'
s.dependency 'DTModelStorage' , '~> 4.1'
end
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,11 +54,11 @@ Powerful generic-based UICollectionView management framework, written in Swift 3

[CocoaPods](http://www.cocoapods.org):

pod 'DTCollectionViewManager', '~> 5.1'
pod 'DTCollectionViewManager', '~> 5.2'

[Carthage](https://github.com/Carthage/Carthage):

github "DenHeadless/DTCollectionViewManager" ~> 5.1.0
github "DenHeadless/DTCollectionViewManager" ~> 5.2.0

After running `carthage update` drop DTCollectionViewManager.framework and DTModelStorage.framework to Xcode project embedded binaries.

Expand Down
2 changes: 1 addition & 1 deletion Supporting files/Framework.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>1.0</string>
<string>5.2.0</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
Expand Down

0 comments on commit f57655e

Please sign in to comment.