Skip to content

Commit

Permalink
Bump OSS version to 0.30
Browse files Browse the repository at this point in the history
Summary: Ditto.

Reviewed By: cuva

Differential Revision: D20096851

fbshipit-source-id: 499f54c0ec6d6ad4b376e917c19f77af65a416d1
  • Loading branch information
Andrey Mishanin authored and facebook-github-bot committed Feb 26, 2020
1 parent ca12eff commit 9b8b6c5
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion CKSwift/CKSwift.xcconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion ComponentKit.podspec
Original file line number Diff line number Diff line change
@@ -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'
Expand Down
2 changes: 1 addition & 1 deletion ComponentKit/ComponentKit.xcconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion RenderCore/RenderCore.xcconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9b8b6c5

Please sign in to comment.