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-browser.git
commit 54ceba0c4d1d2663430dccadebe1d792c9930000 Author: Norman Breau <[email protected]> AuthorDate: Sat May 13 13:34:01 2023 -0300 Set VERSION to 7.1.0-dev (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..f7446a0 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -7.0.0-dev +7.1.0-dev diff --git a/bin/template/cordova/version b/bin/template/cordova/version index 462d681..b91c11c 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.1.0-dev'; console.log(VERSION); diff --git a/package.json b/package.json index cdf6193..27cb75f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cordova-browser", - "version": "7.0.0-dev", + "version": "7.1.0-dev", "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]
