Skip to content

Commit 4e98dc9

Browse files
committed
Version bump 2.4.2
1 parent b492155 commit 4e98dc9

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "kunder-cordova-plugin-webview",
3-
"version": "2.4.1",
3+
"version": "2.4.2",
44
"description": "This cordova plugin enables you to open a second webview in your app. This webview is totally independent from the main webview, but allows you tu access plugins and other Cordova resources. It's possible to modify this plugin to allow multiple webviews.",
55
"cordova": {
66
"id": "kunder-cordova-plugin-webview",

plugin.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"
44
xmlns:android="http://schemas.android.com/apk/res/android"
55
id="kunder-cordova-plugin-webview"
6-
version="2.4.1">
6+
version="2.4.2">
77
<name>Cordova Second Webview</name>
88
<author href="http://kunder.cl">kunder</author>
99
<description>

0 commit comments

Comments
 (0)