Skip to content

Commit

Permalink
Draft new open source release
Browse files Browse the repository at this point in the history
Summary: This diff updates the project version in config and readme

Reviewed By: kfirapps, kevin0571

Differential Revision: D9916453

fbshipit-source-id: 6c598400910294231e74bf92bf02bcd570254299
  • Loading branch information
Oleksii Dykan authored and facebook-github-bot committed Sep 18, 2018
1 parent 9cdfd69 commit 6ae6354
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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.23
CURRENT_PROJECT_VERSION = 0.24
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.23
github "facebook/ComponentKit" ~> 0.24
```

### Opening the Xcode projects
Expand Down

0 comments on commit 6ae6354

Please sign in to comment.