From 920a4ff4ddc4f3a35e6b5444a7f1e5cdfb25249d Mon Sep 17 00:00:00 2001 From: Ruslan Bikkinin Date: Tue, 20 Oct 2020 13:36:34 +0300 Subject: [PATCH] Bump version to 2.0.0 (#659) * 2.0.0 * Update plugin.xml --- package-lock.json | 2 +- package.json | 2 +- plugin.xml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index 84c37902..1736b3ba 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "cordova-plugin-code-push", - "version": "1.13.1", + "version": "2.0.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 902723d2..c86f4e29 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cordova-plugin-code-push", - "version": "1.13.1", + "version": "2.0.0", "description": "CodePush Plugin for Apache Cordova", "cordova": { "id": "cordova-plugin-code-push", diff --git a/plugin.xml b/plugin.xml index b88199f5..23af77f3 100644 --- a/plugin.xml +++ b/plugin.xml @@ -1,5 +1,5 @@  - + CodePush This plugin allows you to push code updates to your apps instantly using the CodePush service MIT