From 6466f726c379139c4c59a3bf8ac10a8f9e4b303a Mon Sep 17 00:00:00 2001 From: EddyVerbruggen Date: Thu, 2 Jun 2016 18:28:20 +0200 Subject: [PATCH] #173 Android style deep linking --- package.json | 2 +- plugin.xml | 18 +++++++++++++----- 2 files changed, 14 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index b1c15f2..3d0a4ea 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cordova-plugin-customurlscheme", - "version": "4.1.5", + "version": "4.2.0", "description": "Launch your app by using this URL: mycoolapp://, you can add a path and even pass params like this: mycoolerapp://somepath?foo=bar", "cordova": { "id": "cordova-plugin-customurlscheme", diff --git a/plugin.xml b/plugin.xml index 1b7bca2..0fde67b 100755 --- a/plugin.xml +++ b/plugin.xml @@ -2,7 +2,7 @@ + version="4.2.0"> Custom URL scheme @@ -22,9 +22,6 @@ https://github.com/EddyVerbruggen/Custom-URL-scheme/issues - - - @@ -50,6 +47,10 @@ + + + + @@ -64,11 +65,18 @@ + + + + + - +