This is an automated email from the ASF dual-hosted git repository. normanbreau pushed a commit to branch 7.0.x in repository https://gitbox.apache.org/repos/asf/cordova-browser.git
commit 4669c4dce952c658ba7eb951ebfcae35b96a56ea Author: Norman Breau <[email protected]> AuthorDate: Sat May 13 13:34:01 2023 -0300 Set VERSION to 7.0.0 (via coho) --- VERSION | 2 +- bin/template/cordova/version | 2 +- package.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/VERSION b/VERSION index dae1a18..66ce77b 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -7.0.0-dev +7.0.0 diff --git a/bin/template/cordova/version b/bin/template/cordova/version index 462d681..1039de4 100755 --- a/bin/template/cordova/version +++ b/bin/template/cordova/version @@ -20,6 +20,6 @@ */ // Coho updates this line: -const VERSION = '7.0.0-dev'; +const VERSION = '7.0.0'; console.log(VERSION); diff --git a/package.json b/package.json index cdf6193..1b8e62f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cordova-browser", - "version": "7.0.0-dev", + "version": "7.0.0", "description": "cordova-browser release", "main": "bin/template/cordova/Api.js", "bin": "bin/create", --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
