Skip to content

Commit e26ac3e

Browse files
committed
Update version to 2.0.01
1 parent 52d47c1 commit e26ac3e

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,16 @@
77

88
# Change Log
99

10+
## [2.0.01](https://github.com/layoutBox/FlexLayout/releases/tag/2.0.01)
11+
Released on 2023-10-01
12+
13+
#### Update Yoga core to 2.0
14+
15+
FlexLayout version has been increased to reflect the new Yoga core version.
16+
17+
Added by [OhKanghoon](https://github.com/OhKanghoon) in Pull Request [#230](https://github.com/layoutBox/FlexLayout/pull/230)
18+
19+
1020
## [1.3.33](https://github.com/layoutBox/FlexLayout/releases/tag/1.3.33)
1121
Released on 2023-06-24
1222

FlexLayout.podspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
Pod::Spec.new do |spec|
33
spec.name = "FlexLayout"
4-
spec.version = "1.3.33"
4+
spec.version = "2.0.01"
55
spec.summary = "FlexLayout"
66
spec.homepage = "https://github.com/lucdion/FlexLayout.git"
77
spec.license = "MIT license"

0 commit comments

Comments
 (0)