Skip to content

Commit

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

## Master
## [5.0.0](https://github.com/DenHeadless/DTModelStorage/releases/tag/5.0.0)

* Reworked `EventReaction` class to use `ViewModelMapping` to properly identify not only model and `ViewType`, but also `viewClass`. This allows event reactions to run for cases where two view subclasses, conforming to `ModelTransfer`, use the same model, and have similar events.

Expand Down
2 changes: 1 addition & 1 deletion Cartfile.private
Original file line number Diff line number Diff line change
@@ -1 +1 @@
github "Quick/Nimble" "5.1.0"
github "Quick/Nimble" "6.1.0"
4 changes: 2 additions & 2 deletions Cartfile.resolved
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
github "Quick/Nimble" "v5.1.0"
github "realm/realm-cocoa" "v2.0.2"
github "Quick/Nimble" "v6.1.0"
github "realm/realm-cocoa" "v2.5.0"
2 changes: 1 addition & 1 deletion DTModelStorage.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'DTModelStorage'
s.version = '4.1.0'
s.version = '5.0.0'
s.license = 'MIT'
s.summary = 'Storage classes for datasource based controls.'
s.homepage = 'https://github.com/DenHeadless/DTModelStorage'
Expand Down

0 comments on commit 9c685a9

Please sign in to comment.