From e2e90d84655b2c5ea70bf989f4c37c49c29b0e8b Mon Sep 17 00:00:00 2001 From: Kevin Lin Date: Wed, 24 Jul 2019 03:23:21 -0700 Subject: [PATCH] Bump up version Summary: Bump up version Reviewed By: kfirapps Differential Revision: D16446137 fbshipit-source-id: 76eeb4ebd62fcfd696f962e62dd1f07567b5218c --- ComponentKit.podspec | 2 +- ComponentKit/ComponentKit.xcconfig | 2 +- README.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/ComponentKit.podspec b/ComponentKit.podspec index d93f47927..6ea72d257 100644 --- a/ComponentKit.podspec +++ b/ComponentKit.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'ComponentKit' - s.version = '0.28' + s.version = '0.29' s.license = 'BSD' s.summary = 'A React-inspired view framework for iOS' s.homepage = 'https://componentkit.org' diff --git a/ComponentKit/ComponentKit.xcconfig b/ComponentKit/ComponentKit.xcconfig index 0150a974c..c12e148c7 100644 --- a/ComponentKit/ComponentKit.xcconfig +++ b/ComponentKit/ComponentKit.xcconfig @@ -12,7 +12,7 @@ PRODUCT_NAME = ComponentKit INFOPLIST_FILE = ComponentKit/Info.plist PRODUCT_BUNDLE_IDENTIFIER = org.componentkit.ComponentKit -CURRENT_PROJECT_VERSION = 0.28 +CURRENT_PROJECT_VERSION = 0.29 ALWAYS_SEARCH_USER_PATHS = NO CLANG_ENABLE_OBJC_ARC = YES CLANG_ENABLE_MODULES = YES diff --git a/README.md b/README.md index e0b9c422c..d468f43ca 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ ComponentKit is a view framework for iOS that is heavily inspired by React. It t ComponentKit is available to install via [Carthage](https://github.com/Carthage/Carthage). To get started add the following to your [Cartfile](https://github.com/Carthage/Carthage/blob/master/Documentation/Artifacts.md#cartfile): ``` -github "facebook/ComponentKit" ~> 0.28 +github "facebook/ComponentKit" ~> 0.29 ``` ### Opening the Xcode projects