Skip to content

Commit 9b8b6c5

Browse files
Andrey Mishaninfacebook-github-bot
authored andcommitted
Bump OSS version to 0.30
Summary: Ditto. Reviewed By: cuva Differential Revision: D20096851 fbshipit-source-id: 499f54c0ec6d6ad4b376e917c19f77af65a416d1
1 parent ca12eff commit 9b8b6c5

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

CKSwift/CKSwift.xcconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
PRODUCT_NAME = CKSwift
1313
INFOPLIST_FILE = CKSwift/Info.plist
1414
PRODUCT_BUNDLE_IDENTIFIER = org.componentkit.CKSwift
15-
CURRENT_PROJECT_VERSION = 0.29
15+
CURRENT_PROJECT_VERSION = 0.30
1616
ALWAYS_SEARCH_USER_PATHS = NO
1717
CLANG_ENABLE_OBJC_ARC = YES
1818
CLANG_ENABLE_MODULES = YES

ComponentKit.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = 'ComponentKit'
3-
s.version = '0.29'
3+
s.version = '0.30'
44
s.license = 'BSD'
55
s.summary = 'A React-inspired view framework for iOS'
66
s.homepage = 'https://componentkit.org'

ComponentKit/ComponentKit.xcconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
PRODUCT_NAME = ComponentKit
1313
INFOPLIST_FILE = ComponentKit/Info.plist
1414
PRODUCT_BUNDLE_IDENTIFIER = org.componentkit.ComponentKit
15-
CURRENT_PROJECT_VERSION = 0.29
15+
CURRENT_PROJECT_VERSION = 0.30
1616
ALWAYS_SEARCH_USER_PATHS = NO
1717
CLANG_ENABLE_OBJC_ARC = YES
1818
CLANG_ENABLE_MODULES = YES

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ ComponentKit is a view framework for iOS that is heavily inspired by React. It t
99
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):
1010

1111
```
12-
github "facebook/ComponentKit" ~> 0.29
12+
github "facebook/ComponentKit" ~> 0.30
1313
```
1414

1515
### Opening the Xcode projects

RenderCore/RenderCore.xcconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
PRODUCT_NAME = RenderCore
1313
INFOPLIST_FILE = RenderCore/Info.plist
1414
PRODUCT_BUNDLE_IDENTIFIER = org.componentkit.RenderCore
15-
CURRENT_PROJECT_VERSION = 0.29
15+
CURRENT_PROJECT_VERSION = 0.30
1616
ALWAYS_SEARCH_USER_PATHS = NO
1717
CLANG_ENABLE_OBJC_ARC = YES
1818
CLANG_ENABLE_MODULES = YES

0 commit comments

Comments
 (0)