Skip to content

Commit 199c941

Browse files
bump
1 parent c7ec158 commit 199c941

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Custom URL scheme PhoneGap Plugin
22
#### launch your app by a link like this: `mycoolapp://`
3-
for iOS and Android, by [Eddy Verbruggen](http://www.x-services.nl)
3+
for iOS, Android and WP, by [Eddy Verbruggen](http://www.x-services.nl)
44
- This repo is for PhoneGap 3.0.0 and up
55
- For PhoneGap 2.9.0 and lower, [switch to the phonegap-2.9.0-and-lower branch](https://github.com/EddyVerbruggen/LaunchMyApp-PhoneGap-Plugin/tree/phonegap-2.9.0-and-lower)
66

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cordova-plugin-customurlscheme",
3-
"version": "4.1.0",
3+
"version": "4.1.1",
44
"description": "Launch your app by using this URL: mycoolapp://, you can add a path and even pass params like this: mycoolerapp://somepath?foo=bar",
55
"cordova": {
66
"id": "cordova-plugin-customurlscheme",

plugin.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"
33
xmlns:android="http://schemas.android.com/apk/res/android"
44
id="cordova-plugin-customurlscheme"
5-
version="4.1.0">
5+
version="4.1.1">
66

77
<name>Custom URL scheme</name>
88

0 commit comments

Comments
 (0)