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

Commit 920a4ff

Browse files
Bump version to 2.0.0 (#659)
* 2.0.0 * Update plugin.xml
1 parent 5b9f027 commit 920a4ff

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cordova-plugin-code-push",
3-
"version": "1.13.1",
3+
"version": "2.0.0",
44
"description": "CodePush Plugin for Apache Cordova",
55
"cordova": {
66
"id": "cordova-plugin-code-push",

plugin.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="UTF-8" ?>
2-
<plugin xmlns="http://apache.org/cordova/ns/plugins/1.0" id="cordova-plugin-code-push" version="1.13.1">
2+
<plugin xmlns="http://apache.org/cordova/ns/plugins/1.0" id="cordova-plugin-code-push" version="2.0.0">
33
<name>CodePush</name>
44
<description>This plugin allows you to push code updates to your apps instantly using the CodePush service</description>
55
<license>MIT</license>

0 commit comments

Comments
 (0)