This is an automated email from the ASF dual-hosted git repository. niklasmerz pushed a commit to branch 6.3.x in repository https://gitbox.apache.org/repos/asf/cordova-ios.git
commit 827760ab82fbfe3ae9b1e5ed3e42ed9830f2bbed Author: Niklas Merz <[email protected]> AuthorDate: Thu Apr 13 11:56:44 2023 +0200 chore: manually update versions --- CordovaLib/VERSION | 2 +- CordovaLib/cordova.js | 2 +- bin/templates/scripts/cordova/Api.js | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CordovaLib/VERSION b/CordovaLib/VERSION index 6abaeb2f..798e3899 100644 --- a/CordovaLib/VERSION +++ b/CordovaLib/VERSION @@ -1 +1 @@ -6.2.0 +6.3.0 diff --git a/CordovaLib/cordova.js b/CordovaLib/cordova.js index 37f329f5..c1005068 100644 --- a/CordovaLib/cordova.js +++ b/CordovaLib/cordova.js @@ -19,7 +19,7 @@ under the License. */ ;(function() { -var PLATFORM_VERSION_BUILD_LABEL = '6.2.0'; +var PLATFORM_VERSION_BUILD_LABEL = '6.3.0'; // file: src/scripts/require.js var require; var define; diff --git a/bin/templates/scripts/cordova/Api.js b/bin/templates/scripts/cordova/Api.js index 5532c19c..e8c6fb5b 100644 --- a/bin/templates/scripts/cordova/Api.js +++ b/bin/templates/scripts/cordova/Api.js @@ -26,7 +26,7 @@ * This workflow would not have the `package.json` file. */ // Coho updates this line -const VERSION = '6.2.0'; +const VERSION = '6.3.0'; const fs = require('fs-extra'); const path = require('path'); --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
