You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by ni...@apache.org on 2022/03/06 11:00:55 UTC

[cordova-osx] 02/02: Set VERSION to 7.0.0 (via coho)

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

niklasmerz pushed a commit to branch 7.0.x
in repository https://gitbox.apache.org/repos/asf/cordova-osx.git

commit d96f2a68ec3dc9fa5d05fb42171e0ea5a940c865
Author: Niklas Merz <ni...@apache.org>
AuthorDate: Sun Mar 6 11:36:03 2022 +0100

    Set VERSION to 7.0.0 (via coho)
---
 CordovaLib/VERSION                    | 2 +-
 bin/templates/scripts/cordova/version | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/CordovaLib/VERSION b/CordovaLib/VERSION
index 4b740cb..66ce77b 100644
--- a/CordovaLib/VERSION
+++ b/CordovaLib/VERSION
@@ -1 +1 @@
-6.1.0-dev
+7.0.0
diff --git a/bin/templates/scripts/cordova/version b/bin/templates/scripts/cordova/version
index f7f99ad..cca3b7d 100755
--- a/bin/templates/scripts/cordova/version
+++ b/bin/templates/scripts/cordova/version
@@ -26,7 +26,7 @@
 */
 
 // Coho updates this line
-const VERSION = '6.1.0-dev';
+const VERSION = '7.0.0';
 
 module.exports.version = VERSION;
 

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