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

Commit c77e9bc

Browse files
authored
Bumping version to 10.1.0 (#248)
Adding support for nested view trees that are produced by different makeViews calls. (One example is a collection view that is created by calling makeViews on a Layout object and its cells that are also similarly populated from their own specific Layout objects.)
1 parent f72c4df commit c77e9bc

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.1'
3+
spec.version = '10.1.0'
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.1'
3+
spec.version = '10.1.0'
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.1</string>
18+
<string>10.1.0</string>
1919
<key>CFBundleSignature</key>
2020
<string>????</string>
2121
<key>CFBundleVersion</key>

0 commit comments

Comments
 (0)