diff --git a/CHANGELOG.md b/CHANGELOG.md index 932e67342..b780e5ae7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## 3.1.4 + +- [pr-1239](https://github.com/CosmicMind/Material/pull/1239): Fixed regression with intrinsic content sizing in Switch control. +- [pr-1240](https://github.com/CosmicMind/Material/pull/1240): Fixed prepare method called twice. + - [issue-1215](https://github.com/CosmicMind/Material/issues/1215): prepare() is called twice on NavigationDrawerController. + ## 3.1.3 * Added installation instructions to README. diff --git a/Material.podspec b/Material.podspec index 518d02048..c26e72ed7 100755 --- a/Material.podspec +++ b/Material.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'Material' - s.version = '3.1.3' + s.version = '3.1.4' s.swift_version = '5.0' s.license = 'BSD-3-Clause' s.summary = 'A UI/UX framework for creating beautiful applications.' diff --git a/Sources/Info.plist b/Sources/Info.plist index b0eb15353..8bfdba32b 100644 --- a/Sources/Info.plist +++ b/Sources/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 3.1.3 + 3.1.4 CFBundleSignature ???? CFBundleVersion