Skip to content

Commit

Permalink
bump to 5.0-beta.2
Browse files Browse the repository at this point in the history
  • Loading branch information
DenTelezhkin committed Sep 24, 2016
1 parent 26821d5 commit a392961
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
# Change Log
All notable changes to this project will be documented in this file.

## [5.0.0-beta.2](https://github.com/DenHeadless/DTCollectionViewManager/releases/tag/5.0.0-beta.2)

* Enables `RealmStorage` from `DTModelStorage` dependency.

## [5.0.0-beta.1](https://github.com/DenHeadless/DTCollectionViewManager/releases/tag/5.0.0-beta.1)

This is a major release, written in Swift 3. Read [Migration guide](Documentation/DTCollectionViewManager 5 migration guide.md) with descriptions of all features and changes.
Expand Down
2 changes: 1 addition & 1 deletion Carthage/Checkouts/DTModelStorage
2 changes: 1 addition & 1 deletion Carthage/Checkouts/Nimble
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.0.0-beta.1'
s.version = '5.0.0-beta.2'
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' , '~> 3.0.0-beta.1'
s.dependency 'DTModelStorage' , '~> 3.0.0-beta.2'
end

0 comments on commit a392961

Please sign in to comment.