Skip to content

Commit bf2e4fe

Browse files
committed
Bump version to 1.3.15
1 parent d0bb28b commit bf2e4fe

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+
## [1.3.15](https://github.com/layoutBox/FlexLayout/releases/tag/1.3.15)
11+
Released on 2019-06-07
12+
13+
* Fix public extension warning
14+
* Added by [Levi McCallum](https://github.com/levi) in Pull Request [#131](https://github.com/layoutBox/FlexLayout/pull/131)
15+
* Update to Swift 4.2
16+
* Update cocoapods to 1.7
17+
1018
## [1.3.14](https://github.com/layoutBox/FlexLayout/releases/tag/1.3.14)
1119
Released on 2019-05-17
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 = "1.3.14"
4+
spec.version = "1.3.15"
55
spec.summary = "FlexLayout"
66
spec.homepage = "https://github.com/lucdion/FlexLayout.git"
77
spec.license = "MIT license"

0 commit comments

Comments
 (0)