We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f462850 commit 45b4e7cCopy full SHA for 45b4e7c
CHANGELOG.md
@@ -7,6 +7,13 @@
7
8
# Change Log
9
10
+## [2.2.2](https://github.com/layoutBox/FlexLayout/releases/tag/2.2.2)
11
+
12
+#### Support Swift 6
13
14
+Added by [heoblitz](https://github.com/heoblitz) in Pull Request [#271](https://github.com/layoutBox/FlexLayout/pull/277)
15
16
17
## [2.2.0](https://github.com/layoutBox/FlexLayout/releases/tag/2.2.0)
18
19
#### Upgrade yoga to v3.2.1
FlexLayout.podspec
@@ -1,7 +1,7 @@
1
2
Pod::Spec.new do |spec|
3
spec.name = "FlexLayout"
4
- spec.version = "2.2.1"
+ spec.version = "2.2.2"
5
spec.summary = "FlexLayout"
6
spec.homepage = "https://github.com/lucdion/FlexLayout.git"
spec.license = "MIT license"
0 commit comments