From 13b89d7d6b0870d73be3c376e533810b3d1bacf1 Mon Sep 17 00:00:00 2001 From: Kevin Lin Date: Tue, 23 Jul 2019 04:36:40 -0700 Subject: [PATCH] Bump up version Summary: Bump up version Reviewed By: Andrey-Mishanin Differential Revision: D16423775 fbshipit-source-id: 0fbc94149452803278618958950c2990a69511a3 --- 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 1f84ac17c..d93f47927 100644 --- a/ComponentKit.podspec +++ b/ComponentKit.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'ComponentKit' - s.version = '0.27' + s.version = '0.28' 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 25c7411df..0150a974c 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.27 +CURRENT_PROJECT_VERSION = 0.28 ALWAYS_SEARCH_USER_PATHS = NO CLANG_ENABLE_OBJC_ARC = YES CLANG_ENABLE_MODULES = YES diff --git a/README.md b/README.md index 5f9311c0c..e0b9c422c 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.27 +github "facebook/ComponentKit" ~> 0.28 ``` ### Opening the Xcode projects