diff --git a/package.json b/package.json index 6d6d40d..c3d8317 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "com.lampa.startapp", - "version": "0.1.2", + "version": "0.1.3", "description": "Phonegap plugin for check or launch other application in android device.", "cordova": { "id": "com.lampa.startapp", @@ -17,7 +17,10 @@ "cordova", "startapp", "lampa", - "ecosystem:cordova", + "extra", + "extrafields", + "hasextra", + "cordova", "cordova-android", "cordova-ios" ], diff --git a/plugin.xml b/plugin.xml index f5b6971..0d5c7dc 100644 --- a/plugin.xml +++ b/plugin.xml @@ -2,7 +2,7 @@ + version="0.1.3"> startApp Phonegap plugin for check or launch other application in android device. diff --git a/test/index.html b/tests/index.html similarity index 100% rename from test/index.html rename to tests/index.html diff --git a/test/jquery.js b/tests/jquery.js similarity index 100% rename from test/jquery.js rename to tests/jquery.js diff --git a/tests/plugin.xml b/tests/plugin.xml new file mode 100644 index 0000000..0d2f6d2 --- /dev/null +++ b/tests/plugin.xml @@ -0,0 +1,7 @@ + + startApp tests + MIT + \ No newline at end of file diff --git a/test/test.js b/tests/test.js similarity index 100% rename from test/test.js rename to tests/test.js