Skip to content

Commit

Permalink
Bump project version
Browse files Browse the repository at this point in the history
Summary: This diff bumps the project version for OSS release

Reviewed By: kevin0571

Differential Revision: D14683745

fbshipit-source-id: 7c7c108d7ea48e2aeb3ea4892f0414f052a8c32e
  • Loading branch information
Oleksii Dykan authored and facebook-github-bot committed Mar 29, 2019
1 parent 0102e21 commit d923f82
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
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.24'
s.version = '0.25'
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.24
CURRENT_PROJECT_VERSION = 0.25
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.24
github "facebook/ComponentKit" ~> 0.25
```

### Opening the Xcode projects
Expand Down

0 comments on commit d923f82

Please sign in to comment.