From c77e9bc8f31742adf56b05cda34cb91489b41181 Mon Sep 17 00:00:00 2001 From: Sergei Taguer Date: Tue, 29 Jan 2019 21:06:58 -0800 Subject: [PATCH] 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.) --- LayoutKit.podspec | 2 +- LayoutKitObjC.podspec | 2 +- Sources/Info.plist | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/LayoutKit.podspec b/LayoutKit.podspec index 29f8007f..e1251821 100644 --- a/LayoutKit.podspec +++ b/LayoutKit.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |spec| spec.name = 'LayoutKit' - spec.version = '10.0.1' + spec.version = '10.1.0' spec.license = { :type => 'Apache License, Version 2.0' } spec.homepage = 'http://layoutkit.org' spec.authors = 'LinkedIn' diff --git a/LayoutKitObjC.podspec b/LayoutKitObjC.podspec index 9e90b4f9..c9f8284a 100644 --- a/LayoutKitObjC.podspec +++ b/LayoutKitObjC.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |spec| spec.name = 'LayoutKitObjC' - spec.version = '10.0.1' + spec.version = '10.1.0' spec.license = { :type => 'Apache License, Version 2.0' } spec.homepage = 'http://layoutkit.org' spec.authors = 'LinkedIn' diff --git a/Sources/Info.plist b/Sources/Info.plist index 748c0f2b..6f97bda2 100644 --- a/Sources/Info.plist +++ b/Sources/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 10.0.1 + 10.1.0 CFBundleSignature ???? CFBundleVersion