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

Commit

Permalink
Bump version to 2.0.0 (#659)
Browse files Browse the repository at this point in the history
* 2.0.0

* Update plugin.xml
  • Loading branch information
ruslan-bikkinin authored Oct 20, 2020
1 parent 5b9f027 commit 920a4ff
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion 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="cordova-plugin-code-push" version="1.13.1">
<plugin xmlns="http://apache.org/cordova/ns/plugins/1.0" id="cordova-plugin-code-push" version="2.0.0">
<name>CodePush</name>
<description>This plugin allows you to push code updates to your apps instantly using the CodePush service</description>
<license>MIT</license>
Expand Down

0 comments on commit 920a4ff

Please sign in to comment.