diff --git a/README.md b/README.md index 1ab7bb0..26ae26b 100644 --- a/README.md +++ b/README.md @@ -1,18 +1,15 @@ Contributors ------------ -[@Gillardo](https://github.com/Gillardo/) - -[@TankOs](https://github.com/TankOs) - -[@Rovi23](https://github.com/Rovi23) - -[@josemanuelbd](https://github.com/josemanuelbd) +[@Gillardo](https://github.com/Gillardo/), [@TankOs](https://github.com/TankOs), [@Rovi23](https://github.com/Rovi23), [@josemanuelbd](https://github.com/josemanuelbd), [@ielcoro](https://github.com/ielcoro) A File Opener Plugin for Cordova (The Original Version) ========================== This plugin will open a file on your device file system with its default application. +Current Version: 2.0.1 +---------------- + Requirements ------------- - Android 4 or higher / iOS 6 or higher / WP8 diff --git a/package.json b/package.json index e5b02ea..e84a932 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cordova-plugin-file-opener2", - "version": "2.0.0", + "version": "2.0.1", "description": "A File Opener Plugin for Cordova. (The Original Version)", "cordova": { "id": "cordova-plugin-file-opener2", diff --git a/plugin.xml b/plugin.xml index 892247f..3e61f5b 100644 --- a/plugin.xml +++ b/plugin.xml @@ -1,5 +1,5 @@ - + File Opener2 A File Opener Plugin for Cordova. (The Original Version)