Skip to content

Commit 0e0e276

Browse files
committed
Update to version 2.0.03
1 parent 8e082fa commit 0e0e276

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,14 @@
77

88
# Change Log
99

10+
## [2.0.03](https://github.com/layoutBox/FlexLayout/releases/tag/2.0.03)
11+
Released on 2023-10-15
12+
13+
#### Fix crashes that occurs when the node's topLeft position is nan
14+
15+
Added by [OhKanghoon](https://github.com/OhKanghoon) in Pull Request [#230](https://github.com/layoutBox/FlexLayout/pull/234)
16+
17+
1018
## [2.0.01](https://github.com/layoutBox/FlexLayout/releases/tag/2.0.01)
1119
Released on 2023-10-01
1220

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 = "2.0.02"
4+
spec.version = "2.0.03"
55
spec.summary = "FlexLayout"
66
spec.homepage = "https://github.com/lucdion/FlexLayout.git"
77
spec.license = "MIT license"

0 commit comments

Comments
 (0)