Skip to content
This repository was archived by the owner on Jan 9, 2023. It is now read-only.

Commit c2dc674

Browse files
committed
chore(release): 1.2.1-dev
1 parent 3015342 commit c2dc674

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cordova-plugin-wkwebview-engine",
3-
"version": "1.2.0",
3+
"version": "1.2.1-dev",
44
"description": "The official Apache Cordova WKWebView Engine Plugin",
55
"main": "index.js",
66
"repository": {

plugin.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"
2323
xmlns:android="http://schemas.android.com/apk/res/android"
2424
id="cordova-plugin-wkwebview-engine"
25-
version="1.2.0">
25+
version="1.2.1-dev">
2626
<name>Cordova WKWebView Engine</name>
2727
<description>Cordova WKWebView Engine Plugin</description>
2828
<license>Apache 2.0</license>

tests/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cordova-plugin-wkwebview-engine-tests",
3-
"version": "1.2.0",
3+
"version": "1.2.1-dev",
44
"description": "",
55
"cordova": {
66
"id": "cordova-plugin-wkwebview-engine-tests",

tests/plugin.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020

2121
<plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"
2222
id="cordova-plugin-wkwebview-engine-tests"
23-
version="1.2.0">
23+
version="1.2.1-dev">
2424
<name>cordova-plugin-wkwebview-engine Tests</name>
2525
<license>Apache 2.0</license>
2626

0 commit comments

Comments
 (0)