Skip to content

Commit 2804820

Browse files
author
Luc Dion
committed
Update version to 1.3.5
1 parent 1c25785 commit 2804820

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

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

88
# Change Log
99

10+
## [1.3.5](https://github.com/layoutBox/FlexLayout/releases/tag/1.3.5)
11+
Released on 2018-03-06
12+
13+
* Add supports for `spaceEvenly` justifyContent mode
14+
* Added by [Luc Dion](https://github.com/lucdion) in Pull Request [#66](https://github.com/layoutBox/FlexLayout/pull/66)
15+
1016
## [1.3.4](https://github.com/layoutBox/FlexLayout/releases/tag/1.3.3)
1117
Released on 2018-03-05
1218

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 = "1.3.4"
4+
spec.version = "1.3.5"
55
spec.summary = "FlexLayout"
66

77
spec.homepage = "https://github.com/lucdion/FlexLayout.git"

0 commit comments

Comments
 (0)