From 0e0e276ab8d780690ff5f30bf70eee79e3074014 Mon Sep 17 00:00:00 2001 From: Luc Dion Date: Sun, 15 Oct 2023 10:33:49 -0400 Subject: [PATCH] Update to version 2.0.03 --- CHANGELOG.md | 8 ++++++++ FlexLayout.podspec | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 599b50bf..a9efe618 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,14 @@ # Change Log +## [2.0.03](https://github.com/layoutBox/FlexLayout/releases/tag/2.0.03) +Released on 2023-10-15 + +#### Fix crashes that occurs when the node's topLeft position is nan + +Added by [OhKanghoon](https://github.com/OhKanghoon) in Pull Request [#230](https://github.com/layoutBox/FlexLayout/pull/234) + + ## [2.0.01](https://github.com/layoutBox/FlexLayout/releases/tag/2.0.01) Released on 2023-10-01 diff --git a/FlexLayout.podspec b/FlexLayout.podspec index 9df63cb7..6ac1c330 100644 --- a/FlexLayout.podspec +++ b/FlexLayout.podspec @@ -1,7 +1,7 @@ Pod::Spec.new do |spec| spec.name = "FlexLayout" - spec.version = "2.0.02" + spec.version = "2.0.03" spec.summary = "FlexLayout" spec.homepage = "https://github.com/lucdion/FlexLayout.git" spec.license = "MIT license"