Commit 091e1086 by Daniel Dahan

prepare for release 3.1.2 with layout fixes

parent 1efc1784
## 3.1.2
- [pr-1233](https://github.com/CosmicMind/Material/pull/1233): Fixed Layout breaks - subview ordering.
- [issue-1232](https://github.com/CosmicMind/Material/issues/1232): Layout breaks view arrangements.
## 3.1.1 ## 3.1.1
- [pr-2131](https://github.com/CosmicMind/Material/pull/2131): Storyboard TextField fixes. - [pr-2131](https://github.com/CosmicMind/Material/pull/2131): Storyboard TextField fixes.
......
Pod::Spec.new do |s| Pod::Spec.new do |s|
s.name = 'Material' s.name = 'Material'
s.version = '3.1.1' s.version = '3.1.2'
s.swift_version = '5.0' s.swift_version = '5.0'
s.license = 'BSD-3-Clause' s.license = 'BSD-3-Clause'
s.summary = 'A UI/UX framework for creating beautiful applications.' s.summary = 'A UI/UX framework for creating beautiful applications.'
......
...@@ -15,7 +15,7 @@ ...@@ -15,7 +15,7 @@
<key>CFBundlePackageType</key> <key>CFBundlePackageType</key>
<string>FMWK</string> <string>FMWK</string>
<key>CFBundleShortVersionString</key> <key>CFBundleShortVersionString</key>
<string>3.1.1</string> <string>3.1.2</string>
<key>CFBundleSignature</key> <key>CFBundleSignature</key>
<string>????</string> <string>????</string>
<key>CFBundleVersion</key> <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