You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by no...@apache.org on 2021/02/03 02:20:48 UTC

[cordova-plugin-wkwebview-engine] branch master updated (8735c46 -> 9c6b185)

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

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


    from 8735c46  chore: adds package-lock file (#165)
     add dae003a  Updated version and RELEASENOTES.md for release 1.2.2 (cordova-plugin-wkwebview-engine@1.2.2)
     new 9c6b185  Incremented plugin version. (cordova-plugin-wkwebview-engine@1.2.2)

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 RELEASENOTES.md    | 15 +++++++++++++--
 package.json       |  2 +-
 plugin.xml         |  2 +-
 tests/package.json |  2 +-
 tests/plugin.xml   |  2 +-
 5 files changed, 17 insertions(+), 6 deletions(-)


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


[cordova-plugin-wkwebview-engine] 01/01: Incremented plugin version. (cordova-plugin-wkwebview-engine@1.2.2)

Posted by no...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 9c6b185e1a1bcfe745695b9b2892b4f4883a8a83
Author: Norman Breau <no...@nbsolutions.ca>
AuthorDate: Tue Feb 2 22:11:16 2021 -0400

    Incremented plugin version. (cordova-plugin-wkwebview-engine@1.2.2)
---
 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 481f27d..b2f420e 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "cordova-plugin-wkwebview-engine",
-  "version": "1.2.2",
+  "version": "1.2.3-dev",
   "description": "The official Apache Cordova WKWebView Engine Plugin",
   "main": "index.js",
   "repository": "github:apache/cordova-plugin-wkwebview-engine",
diff --git a/plugin.xml b/plugin.xml
index ea4a59b..372bd6f 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.2">
+    version="1.2.3-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 71cd529..f7941dd 100644
--- a/tests/package.json
+++ b/tests/package.json
@@ -1,6 +1,6 @@
 {
   "name": "cordova-plugin-wkwebview-engine-tests",
-  "version": "1.2.2",
+  "version": "1.2.3-dev",
   "description": "",
   "cordova": {
     "id": "cordova-plugin-wkwebview-engine-tests",
diff --git a/tests/plugin.xml b/tests/plugin.xml
index 57dda43..431c615 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.2">
+    version="1.2.3-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