This commit is contained in:
lampaa
2018-05-18 18:01:57 +03:00
parent b0b7827410
commit 866a89d371
5 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -4,7 +4,7 @@
Phonegap plugin for check or launch other application, get extras in phonegap app.
Last version 6.1.0
Last version 6.1.1
* Add full support activityForResult, sendBroadcast and RegisterReceiver.
* Add types of extras.
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "com.lampa.startapp",
"version": "6.1.0",
"version": "6.1.1",
"description": "Phonegap plugin for check or launch other application in android device.",
"cordova": {
"id": "com.lampa.startapp",
+1 -1
View File
@@ -2,7 +2,7 @@
<plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"
id="com.lampa.startapp"
version="6.1.0">
version="6.1.1">
<name>startApp</name>
<description>Phonegap plugin for check or launch other application in android device.</description>
+1 -1
View File
@@ -1,5 +1,5 @@
/**
com.lampa.startapp, ver. 6.1.0
com.lampa.startapp, ver. 6.1.1
https://github.com/lampaa/com.lampa.startapp
Phonegap plugin for check or launch other application in android device (iOS support).
+1 -1
View File
@@ -1,6 +1,6 @@
cordova.define("com.lampa.startapp.startapp", function(require, exports, module) {
/**
com.lampa.startapp, ver. 6.1.0
com.lampa.startapp, ver. 6.1.1
https://github.com/lampaa/com.lampa.startapp
Phonegap plugin for check or launch other application in android device (iOS support).