Skip to content

Commit fcb3e79

Browse files
committed
Update version to 2.07
1 parent 4aee376 commit fcb3e79

File tree

3 files changed

+11
-5
lines changed

3 files changed

+11
-5
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@
77

88
# Change Log
99

10+
## [2.0.7](https://github.com/layoutBox/FlexLayout/releases/tag/2.0.7)
11+
12+
#### Update yoga to version 3.0.4
13+
14+
Added by [heoblitz](https://github.com/heoblitz) in Pull Request [#245](https://github.com/layoutBox/FlexLayout/pull/252)
15+
1016

1117
## [2.0.06](https://github.com/layoutBox/FlexLayout/releases/tag/2.0.07)
1218

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

Podfile.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PODS:
2-
- FlexLayout (2.0.07)
2+
- FlexLayout (2.0.7)
33
- PinLayout (1.10.5)
4-
- SwiftLint (0.54.0)
4+
- SwiftLint (0.55.1)
55

66
DEPENDENCIES:
77
- FlexLayout (from `./`)
@@ -18,9 +18,9 @@ EXTERNAL SOURCES:
1818
:path: "./"
1919

2020
SPEC CHECKSUMS:
21-
FlexLayout: 154a56a77c623050eb3a503cacfd6d71d1bb58b0
21+
FlexLayout: fcb9aaa754029afff0cb99e9cdfe10c68d70b6ac
2222
PinLayout: f6c2b63a5a5b24864064e1d15c67de41b4e74748
23-
SwiftLint: c1de071d9d08c8aba837545f6254315bc900e211
23+
SwiftLint: 3fe909719babe5537c552ee8181c0031392be933
2424

2525
PODFILE CHECKSUM: a0f152e938c551fd661bee3ffe26ccc6175f088b
2626

0 commit comments

Comments
 (0)