Skip to content

Commit 6670b2d

Browse files
author
Daniel Dahan
committed
prepare for release 3.1.4
1 parent 04333e1 commit 6670b2d

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## 3.1.4
2+
3+
- [pr-1239](https://github.com/CosmicMind/Material/pull/1239): Fixed regression with intrinsic content sizing in Switch control.
4+
- [pr-1240](https://github.com/CosmicMind/Material/pull/1240): Fixed prepare method called twice.
5+
- [issue-1215](https://github.com/CosmicMind/Material/issues/1215): prepare() is called twice on NavigationDrawerController.
6+
17
## 3.1.3
28

39
* Added installation instructions to README.

Material.podspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = 'Material'
3-
s.version = '3.1.3'
3+
s.version = '3.1.4'
44
s.swift_version = '5.0'
55
s.license = 'BSD-3-Clause'
66
s.summary = 'A UI/UX framework for creating beautiful applications.'

Sources/Info.plist

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<key>CFBundlePackageType</key>
1616
<string>FMWK</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>3.1.3</string>
18+
<string>3.1.4</string>
1919
<key>CFBundleSignature</key>
2020
<string>????</string>
2121
<key>CFBundleVersion</key>

0 commit comments

Comments
 (0)