cronapp-cordova-plugin-contentsync 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.
- package/package.json +1 -1
- package/plugin.xml +1 -1
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "cronapp-cordova-plugin-contentsync",
|
|
3
3
|
"description": "Fetch and cache content for your PhoneGap app.",
|
|
4
|
-
"version": "4.4.0
|
|
4
|
+
"version": "4.4.0",
|
|
5
5
|
"homepage": "https://github.com/CronApp/cronapp-cordova-plugin-contentsync#readme",
|
|
6
6
|
"scripts": {
|
|
7
7
|
"test": "jasmine-node --color spec",
|
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-plugin-contentsync" version="4.4.0
|
|
2
|
+
<plugin xmlns="http://apache.org/cordova/ns/plugins/1.0" xmlns:android="http://schemas.android.com/apk/res/android" id="cronapp-cordova-plugin-contentsync" version="4.4.0">
|
|
3
3
|
<name>content-sync</name>
|
|
4
4
|
<description>Cronapp Content Sync Plugin</description>
|
|
5
5
|
<license/>
|