From d923f822f4b074100d25cfda9eb229551f295316 Mon Sep 17 00:00:00 2001 From: Oleksii Dykan Date: Fri, 29 Mar 2019 08:33:47 -0700 Subject: [PATCH] Bump project version Summary: This diff bumps the project version for OSS release Reviewed By: kevin0571 Differential Revision: D14683745 fbshipit-source-id: 7c7c108d7ea48e2aeb3ea4892f0414f052a8c32e --- 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 26272635c..c6396ddb8 100644 --- a/ComponentKit.podspec +++ b/ComponentKit.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'ComponentKit' - s.version = '0.24' + s.version = '0.25' 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 b279bf200..04f0d9a5d 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.24 +CURRENT_PROJECT_VERSION = 0.25 ALWAYS_SEARCH_USER_PATHS = NO CLANG_ENABLE_OBJC_ARC = YES CLANG_ENABLE_MODULES = YES diff --git a/README.md b/README.md index 9c0809ad6..ab2e52e6f 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.24 +github "facebook/ComponentKit" ~> 0.25 ``` ### Opening the Xcode projects