cordova-plugin-unvired-universal-sdk 1.0.1 → 1.0.4

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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cordova-plugin-unvired-universal-sdk",
3
- "version": "1.0.1",
3
+ "version": "1.0.4",
4
4
  "description": "Unvired Cordova Plugin",
5
5
  "scripts": {
6
6
  "build": "webpack -c webpack.config.js",
package/plugin.xml CHANGED
@@ -1,5 +1,5 @@
1
1
  <?xml version='1.0' encoding='utf-8'?>
2
- <plugin id="cordova-plugin-unvired-universal-sdk" version="1.0.1" xmlns="http://apache.org/cordova/ns/plugins/1.0" xmlns:android="http://schemas.android.com/apk/res/android">
2
+ <plugin id="cordova-plugin-unvired-universal-sdk" version="1.0.4" xmlns="http://apache.org/cordova/ns/plugins/1.0" xmlns:android="http://schemas.android.com/apk/res/android">
3
3
  <name>UnviredSDK</name>
4
4
  <dependency id="cordova-plugin-device" version="^3.0.0" />
5
5
  <dependency id="cordova-plugin-unvired-electron-db" version="0.0.14" />
@@ -74,7 +74,7 @@ var printLogs = false;
74
74
  /**
75
75
  * This gets updated during the build time. Check the build.xml file for the details.
76
76
  */
77
- var PACKAGE_NUMBER = "1.0.1"
77
+ var PACKAGE_NUMBER = "1.0.4"
78
78
 
79
79
  //#endregion
80
80