We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d53cd39 commit 23d6f64Copy full SHA for 23d6f64
CHANGELOG.md
@@ -7,6 +7,12 @@
7
8
# Change Log
9
10
+## [1.3.7](https://github.com/layoutBox/FlexLayout/releases/tag/1.3.7)
11
+Released on 2018-05-01
12
+
13
+* Upgrade to Swift 4.1
14
+ * Added by [Luc Dion](https://github.com/lucdion) in Pull Request [#85](https://github.com/layoutBox/FlexLayout/pull/85)
15
16
## [1.3.6](https://github.com/layoutBox/FlexLayout/releases/tag/1.3.6)
17
Released on 2018-04-16
18
FlexLayout.podspec
@@ -1,7 +1,7 @@
1
2
Pod::Spec.new do |spec|
3
spec.name = "FlexLayout"
4
- spec.version = "1.3.6"
+ spec.version = "1.3.7"
5
spec.summary = "FlexLayout"
6
spec.homepage = "https://github.com/lucdion/FlexLayout.git"
spec.license = "MIT license"
0 commit comments