Skip to content
This repository was archived by the owner on Feb 17, 2021. It is now read-only.

Commit 187c7ae

Browse files
authored
Bumping version to 10.0.1 (#241)
Bugfix version fixes handling of flexibility on Overlay and Inset layouts. OverlayLayout now has an optional flexibility parameter, and defaults to the flexibility of the first primary layout. InsetLayout now has an optional flexibility parameter, and the corresponding builder’s flexibility parameter is now hooked up whereas it had no effect before.
1 parent 8be0e66 commit 187c7ae

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

LayoutKit.podspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |spec|
22
spec.name = 'LayoutKit'
3-
spec.version = '10.0.0'
3+
spec.version = '10.0.1'
44
spec.license = { :type => 'Apache License, Version 2.0' }
55
spec.homepage = 'http://layoutkit.org'
66
spec.authors = 'LinkedIn'

LayoutKitObjC.podspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |spec|
22
spec.name = 'LayoutKitObjC'
3-
spec.version = '10.0.0'
3+
spec.version = '10.0.1'
44
spec.license = { :type => 'Apache License, Version 2.0' }
55
spec.homepage = 'http://layoutkit.org'
66
spec.authors = 'LinkedIn'

Sources/Info.plist

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<key>CFBundlePackageType</key>
1616
<string>FMWK</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>10.0.0</string>
18+
<string>10.0.1</string>
1919
<key>CFBundleSignature</key>
2020
<string>????</string>
2121
<key>CFBundleVersion</key>

0 commit comments

Comments
 (0)