Skip to content

Commit

Permalink
Bumped version numbers, preparing to release an update (#489)
Browse files Browse the repository at this point in the history
* Bump dependency for CLI for next release

* Bumped version numbers, preparing to release an update
  • Loading branch information
Max authored Jul 27, 2017
1 parent 80a2ff8 commit 2d96394
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"backslash": "^0.1.7",
"chalk": "^1.1.0",
"cli-table": "^0.3.1",
"code-push": "2.0.1-beta",
"code-push": "2.0.2-beta",
"email-validator": "^1.0.3",
"gradle-to-js": "0.2.5",
"moment": "^2.10.6",
Expand Down
2 changes: 1 addition & 1 deletion sdk/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "code-push",
"version": "2.0.1-beta",
"version": "2.0.2-beta",
"description": "Management SDK for the CodePush service",
"main": "script/index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion sdk/plugin.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8" ?>
<plugin xmlns="http://apache.org/cordova/ns/plugins/1.0" id="code-push" version="2.0.1-beta">
<plugin xmlns="http://apache.org/cordova/ns/plugins/1.0" id="code-push" version="2.0.2-beta">
<name>CodePushAcquisition</name>
<description>CodePush Acquisition Plugin for Apache Cordova</description>
<license>MIT</license>
Expand Down

0 comments on commit 2d96394

Please sign in to comment.