Skip to content
This repository has been archived by the owner on Oct 12, 2022. It is now read-only.

Commit

Permalink
Merge pull request #79 from Microsoft/version-bump
Browse files Browse the repository at this point in the history
Bump version for cordova plugin
  • Loading branch information
shishirx34 committed Mar 17, 2016
2 parents a7af0dd + 5863e04 commit 8b1df37
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cordova-plugin-code-push",
"version": "1.5.1-beta",
"version": "1.6.0-beta",
"description": "CodePush Plugin for Apache Cordova",
"cordova": {
"id": "cordova-plugin-code-push",
Expand All @@ -22,7 +22,7 @@
"cordova-ios"
],
"peerDependencies": {
"code-push": ">=1.5.0-beta",
"code-push": ">=1.8.0-beta",
"cordova-plugin-file-transfer": ">=1.3.0",
"cordova-plugin-file": ">=3.0.0",
"cordova-plugin-zip": ">=3.0.0",
Expand Down
4 changes: 2 additions & 2 deletions plugin.xml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
<?xml version="1.0" encoding="UTF-8" ?>
<plugin xmlns="http://apache.org/cordova/ns/plugins/1.0" id="cordova-plugin-code-push" version="1.5.1-beta">
<plugin xmlns="http://apache.org/cordova/ns/plugins/1.0" id="cordova-plugin-code-push" version="1.6.0-beta">
<name>CodePush</name>
<description>This plugin allows you to push code updates to your apps instantly using the CodePush service</description>
<license>MIT</license>
<keywords>cordova,code,push</keywords>
<repo>https://github.com/Microsoft/cordova-plugin-code-push.git</repo>

<dependency id="code-push" version=">=1.5.0-beta" />
<dependency id="code-push" version=">=1.8.0-beta" />
<dependency id="cordova-plugin-file-transfer" version=">=1.3.0" />
<dependency id="cordova-plugin-file" version=">=3.0.0" />
<dependency id="cordova-plugin-zip" version=">=3.0.0" />
Expand Down

0 comments on commit 8b1df37

Please sign in to comment.