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-electron.git


The following commit(s) were added to refs/heads/master by this push:
     new 1765617  Updated Correct Version Information (#5)
1765617 is described below

commit 1765617c10d7597e091ae1abd1ea91f5892b2590
Author: エリス <er...@users.noreply.github.com>
AuthorDate: Fri Dec 7 20:47:46 2018 +0900

    Updated Correct Version Information (#5)
---
 bin/templates/cordova/version | 2 +-
 cordova-lib/cordova.js        | 2 +-
 package.json                  | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/bin/templates/cordova/version b/bin/templates/cordova/version
index 9eb306a..ab646fa 100755
--- a/bin/templates/cordova/version
+++ b/bin/templates/cordova/version
@@ -25,7 +25,7 @@
 */
 
 // Coho updates this line
-const VERSION = '5.1.0-dev';
+const VERSION = '1.0.0-dev';
 
 module.exports.version = VERSION;
 
diff --git a/cordova-lib/cordova.js b/cordova-lib/cordova.js
index 1f89d18..d2aa1df 100644
--- a/cordova-lib/cordova.js
+++ b/cordova-lib/cordova.js
@@ -19,7 +19,7 @@
     under the License.
 */
 (function () {
-    const PLATFORM_VERSION_BUILD_LABEL = '5.1.0-dev';
+    const PLATFORM_VERSION_BUILD_LABEL = '1.0.0-dev';
     // file: src/scripts/require.js
 
     /* jshint -W079 */
diff --git a/package.json b/package.json
index db5add9..8c09c1f 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "cordova-electron",
-  "version": "1.0.0",
+  "version": "1.0.0-dev",
   "description": "electron apps as a target for cordova developers",
   "main": "bin/templates/cordova/Api.js",
   "bin": "bin/create",


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

Reply via email to