Skip to content

Commit

Permalink
Update version to 2.0.10
Browse files Browse the repository at this point in the history
  • Loading branch information
lucdion committed Jun 25, 2024
1 parent 095d4ab commit 9b46c09
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,13 @@

# Change Log

## [2.0.10](https://github.com/layoutBox/FlexLayout/releases/tag/2.0.10)

#### Support `align-content`: `space-evenly`

Added by [OhKanghoon](https://github.com/OhKanghoon) in Pull Request [#255](https://github.com/layoutBox/FlexLayout/pull/255)


## [2.0.9](https://github.com/layoutBox/FlexLayout/releases/tag/2.0.9)

#### Add `static` position feature
Expand Down
2 changes: 1 addition & 1 deletion FlexLayout.podspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

Pod::Spec.new do |spec|
spec.name = "FlexLayout"
spec.version = "2.0.9"
spec.version = "2.0.10"
spec.summary = "FlexLayout"
spec.homepage = "https://github.com/lucdion/FlexLayout.git"
spec.license = "MIT license"
Expand Down

0 comments on commit 9b46c09

Please sign in to comment.