diff --git a/cli/README.md b/cli/README.md index 31982ed1..2acf78cb 100644 --- a/cli/README.md +++ b/cli/README.md @@ -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) diff --git a/cli/package.json b/cli/package.json index e52a4d8c..0d3c55b5 100644 --- a/cli/package.json +++ b/cli/package.json @@ -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": {