You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by ja...@apache.org on 2019/06/28 12:41:33 UTC

[cordova-plugin-wkwebview-engine] 03/03: chore(release): 1.2.1-dev

This is an automated email from the ASF dual-hosted git repository.

janpio pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/cordova-plugin-wkwebview-engine.git

commit c2dc67477a604775d1e1f67ce1d11228ce8ce505
Author: Jan Piotrowski <pi...@gmail.com>
AuthorDate: Fri Jun 28 14:41:15 2019 +0200

    chore(release): 1.2.1-dev
---
 package.json       | 2 +-
 plugin.xml         | 2 +-
 tests/package.json | 2 +-
 tests/plugin.xml   | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/package.json b/package.json
index fbbfbd5..7469108 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "cordova-plugin-wkwebview-engine",
-  "version": "1.2.0",
+  "version": "1.2.1-dev",
   "description": "The official Apache Cordova WKWebView Engine Plugin",
   "main": "index.js",
   "repository": {
diff --git a/plugin.xml b/plugin.xml
index 6f68f53..27916d6 100644
--- a/plugin.xml
+++ b/plugin.xml
@@ -22,7 +22,7 @@
 <plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"
     xmlns:android="http://schemas.android.com/apk/res/android"
     id="cordova-plugin-wkwebview-engine"
-    version="1.2.0">
+    version="1.2.1-dev">
     <name>Cordova WKWebView Engine</name>
     <description>Cordova WKWebView Engine Plugin</description>
     <license>Apache 2.0</license>
diff --git a/tests/package.json b/tests/package.json
index 80121b7..4f65da3 100644
--- a/tests/package.json
+++ b/tests/package.json
@@ -1,6 +1,6 @@
 {
   "name": "cordova-plugin-wkwebview-engine-tests",
-  "version": "1.2.0",
+  "version": "1.2.1-dev",
   "description": "",
   "cordova": {
     "id": "cordova-plugin-wkwebview-engine-tests",
diff --git a/tests/plugin.xml b/tests/plugin.xml
index ee161fa..eb2b057 100644
--- a/tests/plugin.xml
+++ b/tests/plugin.xml
@@ -20,7 +20,7 @@
 
 <plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"
     id="cordova-plugin-wkwebview-engine-tests"
-    version="1.2.0">
+    version="1.2.1-dev">
     <name>cordova-plugin-wkwebview-engine Tests</name>
     <license>Apache 2.0</license>
 


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org