From 86c7c92ecfac008fbe2ce5647f2fdd946c622bd9 Mon Sep 17 00:00:00 2001 From: pwlin Date: Fri, 3 Feb 2017 09:56:56 +0100 Subject: [PATCH] Bumped the version to 2.0.7 --- README.md | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4fe6cee..fae3e10 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.6 +Current Version: 2.0.7 ---------------- Requirements diff --git a/package.json b/package.json index 3cad882..eca9de5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cordova-plugin-file-opener2", - "version": "2.0.6", + "version": "2.0.7", "description": "A File Opener Plugin for Cordova. (The Original Version)", "cordova": { "id": "cordova-plugin-file-opener2",