From f08a0fb15495e95f2bbe1fdb65077bd6e036b955 Mon Sep 17 00:00:00 2001 From: pwlin Date: Fri, 2 Jun 2017 09:03:11 +0200 Subject: [PATCH] Bumped the version to 2.0.19 --- README.md | 2 +- package.json | 2 +- plugin.xml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 830c3cf..63b1cf0 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ 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.18 +Current Version: 2.0.19 ---------------- Requirements diff --git a/package.json b/package.json index af6b516..436e935 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cordova-plugin-file-opener2", - "version": "2.0.18", + "version": "2.0.19", "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 40da268..2ec207e 100644 --- a/plugin.xml +++ b/plugin.xml @@ -1,5 +1,5 @@ - + File Opener2 A File Opener Plugin for Cordova. (The Original Version)