Skip to content

Commit

Permalink
Merge pull request #51 from oracle/fixPluginXmlVersion
Browse files Browse the repository at this point in the history
fix version number on plugin.xml so that it is consistent with packag…
  • Loading branch information
vguddant authored Feb 28, 2020
2 parents 510de93 + a4b20c4 commit 9212243
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# cordova-plugin-wkwebview-file-xhr 2.1.3
# cordova-plugin-wkwebview-file-xhr 2.1.4

## About the cordova-plugin-wkwebview-file-xhr

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cordova-plugin-wkwebview-file-xhr",
"version": "2.1.3",
"version": "2.1.4",
"description": "Cordova WKWebView File XHR Plugin",
"cordova": {
"id": "cordova-plugin-wkwebview-file-xhr",
Expand Down
2 changes: 1 addition & 1 deletion plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@

<plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"
id="cordova-plugin-wkwebview-file-xhr"
version="2.1.1">
version="2.1.4">
<name>Cordova WKWebView File XHR Plugin</name>
<description>This plugin includes the Apache Cordova WKWebView plugin and resolves XHR Cross-Origin Resource Sharing (CORS) constraints.</description>
<license>UPL 1.0</license>
Expand Down

0 comments on commit 9212243

Please sign in to comment.