Skip to content

Commit 9b46c09

Browse files
committed
Update version to 2.0.10
1 parent 095d4ab commit 9b46c09

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,13 @@
77

88
# Change Log
99

10+
## [2.0.10](https://github.com/layoutBox/FlexLayout/releases/tag/2.0.10)
11+
12+
#### Support `align-content`: `space-evenly`
13+
14+
Added by [OhKanghoon](https://github.com/OhKanghoon) in Pull Request [#255](https://github.com/layoutBox/FlexLayout/pull/255)
15+
16+
1017
## [2.0.9](https://github.com/layoutBox/FlexLayout/releases/tag/2.0.9)
1118

1219
#### Add `static` position feature

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

0 commit comments

Comments
 (0)