Skip to content

Commit

Permalink
Bump up version
Browse files Browse the repository at this point in the history
Summary: Bump up version

Reviewed By: Andrey-Mishanin

Differential Revision: D16423775

fbshipit-source-id: 0fbc94149452803278618958950c2990a69511a3
  • Loading branch information
kevin-lyn authored and facebook-github-bot committed Jul 23, 2019
1 parent 41dd664 commit 13b89d7
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.27'
s.version = '0.28'
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.27
CURRENT_PROJECT_VERSION = 0.28
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.27
github "facebook/ComponentKit" ~> 0.28
```

### Opening the Xcode projects
Expand Down

0 comments on commit 13b89d7

Please sign in to comment.