cronapp-cordova-ota-plugin 4.4.0-RC7 → 4.4.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/plugin.xml +2 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cronapp-cordova-ota-plugin",
3
- "version": "4.4.0-RC7",
3
+ "version": "4.4.0",
4
4
  "description": "Cronapp Cordova over-the-air update plugin.",
5
5
  "main": "www/cronapp-ota.js",
6
6
  "scripts": {
package/plugin.xml CHANGED
@@ -1,5 +1,5 @@
1
1
  <?xml version="1.0" encoding="UTF-8"?>
2
- <plugin xmlns="http://apache.org/cordova/ns/plugins/1.0" xmlns:android="http://schemas.android.com/apk/res/android" id="cronapp-cordova-ota-plugin" version="4.4.0-RC7">
2
+ <plugin xmlns="http://apache.org/cordova/ns/plugins/1.0" xmlns:android="http://schemas.android.com/apk/res/android" id="cronapp-cordova-ota-plugin" version="4.4.0">
3
3
  <name>Cronapp OTA Plugin</name>
4
4
  <description>Cronapp Cordova over-the-air update plugin.</description>
5
5
  <license>MIT</license>
@@ -7,7 +7,7 @@
7
7
  <repo>https://github.com/CronApp/cronapp-framework</repo>
8
8
  <issue>https://github.com/CronApp/cronapp-framework/issues</issue>
9
9
 
10
- <dependency id="cronapp-cordova-plugin-contentsync" version="4.4.0-RC7"/>
10
+ <dependency id="cronapp-cordova-plugin-contentsync" version="4.4.0"/>
11
11
  <dependency id="cordova-plugin-dialogs" version="^2.0.1"/>
12
12
 
13
13
  <js-module name="CronappOTA" src="www/cronapp-ota.js">