Skip to content

Commit

Permalink
bumped up the version to 3.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
pwlin committed Jul 26, 2020
1 parent 5c9b725 commit 1e0a314
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions package.json
@@ -1,14 +1,14 @@
{
"name": "cordova-plugin-file-opener2",
"version": "3.0.3",
"version": "3.0.4",
"description": "A File Opener Plugin for Cordova. (The Original Version)",
"cordova": {
"id": "cordova-plugin-file-opener2",
"platforms": [
"android",
"ios",
"wp8",
"windows"
"windows",
"electron"
]
},
"repository": {
Expand All @@ -19,8 +19,8 @@
"ecosystem:cordova",
"cordova-android",
"cordova-ios",
"cordova-wp8",
"cordova-windows"
"cordova-windows",
"cordova-electron"
],
"engines": {
"cordova": ">=6.0.0"
Expand Down
2 changes: 1 addition & 1 deletion plugin.xml
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8" ?>
<plugin xmlns="http://www.phonegap.com/ns/plugins/1.0" xmlns:android="http://schemas.android.com/apk/res/android" id="cordova-plugin-file-opener2" version="3.0.3">
<plugin xmlns="http://www.phonegap.com/ns/plugins/1.0" xmlns:android="http://schemas.android.com/apk/res/android" id="cordova-plugin-file-opener2" version="3.0.4">

<name>File Opener2</name>
<description>A File Opener Plugin for Cordova. (The Original Version)</description>
Expand Down

0 comments on commit 1e0a314

Please sign in to comment.