Skip to content

Commit d923f82

Browse files
Oleksii Dykanfacebook-github-bot
authored andcommitted
Bump project version
Summary: This diff bumps the project version for OSS release Reviewed By: kevin0571 Differential Revision: D14683745 fbshipit-source-id: 7c7c108d7ea48e2aeb3ea4892f0414f052a8c32e
1 parent 0102e21 commit d923f82

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

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.24'
3+
s.version = '0.25'
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.24
15+
CURRENT_PROJECT_VERSION = 0.25
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.24
12+
github "facebook/ComponentKit" ~> 0.25
1313
```
1414

1515
### Opening the Xcode projects

0 commit comments

Comments
 (0)