Skip to content

Commit

Permalink
prepare for release 3.1.2 with layout fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Dahan committed May 21, 2019
1 parent 1efc178 commit 091e108
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 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

- [pr-2131](https://github.com/CosmicMind/Material/pull/2131): Storyboard TextField fixes.
Expand Down
2 changes: 1 addition & 1 deletion Material.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'Material'
s.version = '3.1.1'
s.version = '3.1.2'
s.swift_version = '5.0'
s.license = 'BSD-3-Clause'
s.summary = 'A UI/UX framework for creating beautiful applications.'
Expand Down
2 changes: 1 addition & 1 deletion Sources/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>3.1.1</string>
<string>3.1.2</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
Expand Down

0 comments on commit 091e108

Please sign in to comment.