We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4a998ef commit f748523Copy full SHA for f748523
CHANGELOG.md
@@ -7,6 +7,13 @@
7
8
# Change Log
9
10
+## [1.3.31](https://github.com/layoutBox/FlexLayout/releases/tag/1.3.30)
11
+Released on 2023-04-12
12
+
13
+#### Fix for Swift 5.8
14
15
+Added by [Rachik Abidi](https://github.com/RachikAbidi) in Pull Request [#223](https://github.com/layoutBox/FlexLayout/pull/223)
16
17
## [1.3.30](https://github.com/layoutBox/FlexLayout/releases/tag/1.3.30)
18
Released on 2023-02-28
19
FlexLayout.podspec
@@ -1,7 +1,7 @@
1
2
Pod::Spec.new do |spec|
3
spec.name = "FlexLayout"
4
- spec.version = "1.3.30"
+ spec.version = "1.3.31"
5
spec.summary = "FlexLayout"
6
spec.homepage = "https://github.com/lucdion/FlexLayout.git"
spec.license = "MIT license"
0 commit comments