diff --git a/CHANGELOG.md b/CHANGELOG.md index 67232ec8..906e2526 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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. diff --git a/Cartfile.private b/Cartfile.private index 9fd95e34..684c5164 100644 --- a/Cartfile.private +++ b/Cartfile.private @@ -1 +1 @@ -github "Quick/Nimble" "5.1.0" +github "Quick/Nimble" "6.1.0" diff --git a/Cartfile.resolved b/Cartfile.resolved index 5b02630f..f820b19e 100644 --- a/Cartfile.resolved +++ b/Cartfile.resolved @@ -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" diff --git a/DTModelStorage.podspec b/DTModelStorage.podspec index 59f812f7..90e29b42 100644 --- a/DTModelStorage.podspec +++ b/DTModelStorage.podspec @@ -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'