diff --git a/package.json b/package.json index a23239c..12d754b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "com.lampa.startapp", - "version": "0.1.0", + "version": "0.1.1", "description": "Phonegap plugin for check or launch other application in android device.", "cordova": { "id": "com.lampa.startapp", diff --git a/plugin.xml b/plugin.xml index c44b855..cd34fca 100644 --- a/plugin.xml +++ b/plugin.xml @@ -2,7 +2,7 @@ + version="0.1.1"> startApp Phonegap plugin for check or launch other application in android device. diff --git a/www/startApp.js b/www/startApp.js index 27f251a..5680915 100644 --- a/www/startApp.js +++ b/www/startApp.js @@ -1,4 +1,3 @@ -cordova.define("com.lampa.startapp", function(require, exports, module) { /** com.lampa.startapp https://github.com/lampaa/com.lampa.startapp @@ -57,4 +56,3 @@ module.exports = { this.getExtra(extraValue, completeCallback, errorCallback); } } -});