Skip to content

Commit 9212243

Browse files
authored
Merge pull request #51 from oracle/fixPluginXmlVersion
fix version number on plugin.xml so that it is consistent with packag…
2 parents 510de93 + a4b20c4 commit 9212243

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# cordova-plugin-wkwebview-file-xhr 2.1.3
1+
# cordova-plugin-wkwebview-file-xhr 2.1.4
22

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

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cordova-plugin-wkwebview-file-xhr",
3-
"version": "2.1.3",
3+
"version": "2.1.4",
44
"description": "Cordova WKWebView File XHR Plugin",
55
"cordova": {
66
"id": "cordova-plugin-wkwebview-file-xhr",

plugin.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121

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

0 commit comments

Comments
 (0)