Skip to content

Commit

Permalink
Merge pull request #192 from Microsoft/version_bump
Browse files Browse the repository at this point in the history
Version bump
  • Loading branch information
lostintangent committed Mar 28, 2016
2 parents f395914 + 8ba5bed commit 3dc9121
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cli/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

CodePush is a cloud service that enables Cordova and React Native developers to deploy mobile app updates directly to their users' devices. It works by acting as a central repository that developers can publish updates to (JS, HTML, CSS and images), and that apps can query for updates from (using the provided client SDKs for [Cordova](http://github.com/Microsoft/cordova-plugin-code-push) and [React Native](http://github.com/Microsoft/react-native-code-push)). This allows you to have a more deterministic and direct engagement model with your user base, when addressing bugs and/or adding small features that don't require you to re-build a binary and re-distribute it through the respective app stores.

![CodePush CLI](https://cloud.githubusercontent.com/assets/696206/14034131/8a7b1628-f1dd-11e5-8d61-58d4e8b609ba.PNG)
![CodePush CLI](https://cloud.githubusercontent.com/assets/116461/14092214/40ddbeba-f4fa-11e5-8544-65152d38c83b.png)

* [Installation](#installation)
* [Getting Started](#getting-started)
Expand Down
2 changes: 1 addition & 1 deletion cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "code-push-cli",
"version": "1.8.2-beta",
"version": "1.9.0-beta",
"description": "Management CLI for the CodePush service",
"main": "script/cli.js",
"scripts": {
Expand Down

0 comments on commit 3dc9121

Please sign in to comment.