update files

This commit is contained in:
Лампуша 2016-04-05 14:13:33 +03:00
parent 5cd6e1cd34
commit b46bc097b4
3 changed files with 2 additions and 4 deletions

View File

@ -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",

View File

@ -2,7 +2,7 @@
<plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"
id="com.lampa.startapp"
version="0.1.0">
version="0.1.1">
<name>startApp</name>
<description>Phonegap plugin for check or launch other application in android device.</description>

View File

@ -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);
}
}
});