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

Commit 5ba341e

Browse files
cjonsmithpfleidi
authored andcommitted
Update to version 1.12.0 (#564)
1 parent 8575c9d commit 5ba341e

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
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.12.0-beta.0",
3+
"version": "1.12.0",
44
"description": "CodePush Plugin for Apache Cordova",
55
"cordova": {
66
"id": "cordova-plugin-code-push",

plugin.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
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.12.0-beta.0">
2+
<plugin xmlns="http://apache.org/cordova/ns/plugins/1.0" id="cordova-plugin-code-push" version="1.12.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>
66
<keywords>cordova,code,push</keywords>
77
<repo>https://github.com/Microsoft/cordova-plugin-code-push.git</repo>
88

9-
<dependency id="code-push" version="3.0.0-beta.2" />
9+
<dependency id="code-push" version="3.0.1" />
1010
<dependency id="cordova-plugin-dialogs" version=">=1.1.1" />
1111
<dependency id="cordova-plugin-device" version=">=1.1.0" />
1212

0 commit comments

Comments
 (0)