diff --git a/CKSwift/CKSwift.xcconfig b/CKSwift/CKSwift.xcconfig index 49eb38297..515d532f5 100644 --- a/CKSwift/CKSwift.xcconfig +++ b/CKSwift/CKSwift.xcconfig @@ -12,7 +12,7 @@ PRODUCT_NAME = CKSwift INFOPLIST_FILE = CKSwift/Info.plist PRODUCT_BUNDLE_IDENTIFIER = org.componentkit.CKSwift -CURRENT_PROJECT_VERSION = 0.29 +CURRENT_PROJECT_VERSION = 0.30 ALWAYS_SEARCH_USER_PATHS = NO CLANG_ENABLE_OBJC_ARC = YES CLANG_ENABLE_MODULES = YES diff --git a/ComponentKit.podspec b/ComponentKit.podspec index 6ea72d257..ddad97a50 100644 --- a/ComponentKit.podspec +++ b/ComponentKit.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'ComponentKit' - s.version = '0.29' + s.version = '0.30' 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 c12e148c7..964e05857 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.29 +CURRENT_PROJECT_VERSION = 0.30 ALWAYS_SEARCH_USER_PATHS = NO CLANG_ENABLE_OBJC_ARC = YES CLANG_ENABLE_MODULES = YES diff --git a/README.md b/README.md index d468f43ca..5b65e6563 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.29 +github "facebook/ComponentKit" ~> 0.30 ``` ### Opening the Xcode projects diff --git a/RenderCore/RenderCore.xcconfig b/RenderCore/RenderCore.xcconfig index b373954d1..7a9817330 100644 --- a/RenderCore/RenderCore.xcconfig +++ b/RenderCore/RenderCore.xcconfig @@ -12,7 +12,7 @@ PRODUCT_NAME = RenderCore INFOPLIST_FILE = RenderCore/Info.plist PRODUCT_BUNDLE_IDENTIFIER = org.componentkit.RenderCore -CURRENT_PROJECT_VERSION = 0.29 +CURRENT_PROJECT_VERSION = 0.30 ALWAYS_SEARCH_USER_PATHS = NO CLANG_ENABLE_OBJC_ARC = YES CLANG_ENABLE_MODULES = YES