diff --git a/ComponentKit.podspec b/ComponentKit.podspec index 4b678497f..1f84ac17c 100644 --- a/ComponentKit.podspec +++ b/ComponentKit.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'ComponentKit' - s.version = '0.26' + s.version = '0.27' 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 450f5ee89..25c7411df 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.26 +CURRENT_PROJECT_VERSION = 0.27 ALWAYS_SEARCH_USER_PATHS = NO CLANG_ENABLE_OBJC_ARC = YES CLANG_ENABLE_MODULES = YES diff --git a/README.md b/README.md index 856386892..b4920183c 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.26 +github "facebook/ComponentKit" ~> 0.27 ``` ### Opening the Xcode projects