Commit 88afd83a by Daniel Dahan

issue-1016: Updated hierarchy traversal for TransitionController types to no…

issue-1016: Updated hierarchy traversal for TransitionController types to no longer skip over non TansitionController types.
parent cf88010a
## 2.13.4
* [issue-1016](https://github.com/CosmicMind/Material/issues/1016): Updated hierarchy traversal for TransitionController types to no longer skip over non TransitionController types.
## 2.13.3
* [issue-1015](https://github.com/CosmicMind/Material/issues/1015): Fixed regression where view lifecycle functions were not being called.
......
Pod::Spec.new do |s|
s.name = 'Material'
s.version = '2.13.3'
s.version = '2.13.4'
s.license = 'BSD-3-Clause'
s.summary = 'A UI/UX framework for creating beautiful applications.'
s.homepage = 'http://cosmicmind.com'
......
......@@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>2.13.3</string>
<string>2.13.4</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment