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

erisu pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/cordova-ios.git

commit 14a3c581d927d4387395b0d77e4c971a55a7fea6
Author: Erisu <ellis.br...@gmail.com>
AuthorDate: Thu May 28 16:16:04 2020 +0900

    Set VERSION to 6.1.0-dev (via coho)
---
 CordovaLib/VERSION                   | 2 +-
 bin/templates/scripts/cordova/Api.js | 2 +-
 package.json                         | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/CordovaLib/VERSION b/CordovaLib/VERSION
index 420dc8d..4b740cb 100644
--- a/CordovaLib/VERSION
+++ b/CordovaLib/VERSION
@@ -1 +1 @@
-6.0.0-dev
+6.1.0-dev
diff --git a/bin/templates/scripts/cordova/Api.js 
b/bin/templates/scripts/cordova/Api.js
index de6b354..f9ab038 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.0.0-dev';
+const VERSION = '6.1.0-dev';
 
 const fs = require('fs-extra');
 const path = require('path');
diff --git a/package.json b/package.json
index fee252c..03b0781 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "cordova-ios",
-  "version": "6.0.0",
+  "version": "6.1.0-dev",
   "description": "cordova-ios release",
   "main": "bin/templates/scripts/cordova/Api.js",
   "repository": "github:apache/cordova-ios",


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

Reply via email to