Skip to content

Commit ad20f28

Browse files
committed
Update version
1 parent 29a687c commit ad20f28

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,14 @@
88
# Change Log
99

1010

11+
## [2.0.06](https://github.com/layoutBox/FlexLayout/releases/tag/2.0.07)
12+
13+
#### Remove FlexLayoutYoga duplicate dependency in Swift Package
14+
15+
Added by [OhKanghoon](https://github.com/OhKanghoon) in Pull Request [#245](https://github.com/layoutBox/FlexLayout/pull/245)
16+
17+
1118
## [2.0.06](https://github.com/layoutBox/FlexLayout/releases/tag/2.0.06)
12-
Released on 2023-10-15
1319

1420
#### Fix error that occur when creating XCFramework
1521

FlexLayout.podspec

Lines changed: 1 addition & 1 deletion
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 = "2.0.06"
4+
spec.version = "2.0.07"
55
spec.summary = "FlexLayout"
66
spec.homepage = "https://github.com/lucdion/FlexLayout.git"
77
spec.license = "MIT license"

0 commit comments

Comments
 (0)