com-easystep2-datawedge-plugin-intent-cordova 4.3.2 → 4.4.1

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 +1 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "com-easystep2-datawedge-plugin-intent-cordova",
3
- "version": "4.3.2",
3
+ "version": "4.4.1",
4
4
  "description": "Cordova plugin for Android Intents and Zebra DataWedge",
5
5
  "main": "www/IntentShim.js",
6
6
  "files": [
package/plugin.xml CHANGED
@@ -1,5 +1,5 @@
1
1
  <?xml version='1.0' encoding='utf-8'?>
2
- <plugin version="4.3.2" xmlns="http://apache.org/cordova/ns/plugins/1.0" xmlns:android="http://schemas.android.com/apk/res/android">
2
+ <plugin id="com-easystep2-datawedge-plugin-intent-cordova" version="4.4.1" xmlns="http://apache.org/cordova/ns/plugins/1.0" xmlns:android="http://schemas.android.com/apk/res/android">
3
3
  <name>Intent Shim</name>
4
4
  <js-module name="IntentShim" src="www/IntentShim.js">
5
5
  <clobbers target="intentShim" />