You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by st...@apache.org on 2017/12/18 19:33:00 UTC

[cordova-browser] branch 5.0.x updated (d118ec8 -> 3d31493)

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

steven pushed a change to branch 5.0.x
in repository https://gitbox.apache.org/repos/asf/cordova-browser.git.


    from d118ec8  Update JS snapshot to version 5.0.1 (via coho)
     new 7180495  Update JS snapshot to version 5.0.2 (via coho)
     new 3d31493  Set VERSION to 5.0.2 (via coho)

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 VERSION                      | 2 +-
 bin/template/cordova/version | 2 +-
 cordova-lib/cordova.js       | 4 ++--
 package.json                 | 2 +-
 4 files changed, 5 insertions(+), 5 deletions(-)

-- 
To stop receiving notification emails like this one, please contact
['"commits@cordova.apache.org" <co...@cordova.apache.org>'].

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


[cordova-browser] 01/02: Update JS snapshot to version 5.0.2 (via coho)

Posted by st...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

steven pushed a commit to branch 5.0.x
in repository https://gitbox.apache.org/repos/asf/cordova-browser.git

commit 718049526e865c162902188eaf8a1b9144bceb60
Author: Steve Gill <st...@gmail.com>
AuthorDate: Mon Dec 18 11:29:28 2017 -0800

    Update JS snapshot to version 5.0.2 (via coho)
---
 cordova-lib/cordova.js | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/cordova-lib/cordova.js b/cordova-lib/cordova.js
index 4a07b5c..4725fd0 100644
--- a/cordova-lib/cordova.js
+++ b/cordova-lib/cordova.js
@@ -1,5 +1,5 @@
 // Platform: browser
-// ff66178b108b93be36a1aafe341af17381a727a3
+// 4450a4cea50616e080a82e8ede9e3d6a1fe3c3ec
 /*
  Licensed to the Apache Software Foundation (ASF) under one
  or more contributor license agreements.  See the NOTICE file
@@ -19,7 +19,7 @@
  under the License.
 */
 ;(function() {
-var PLATFORM_VERSION_BUILD_LABEL = '5.0.1';
+var PLATFORM_VERSION_BUILD_LABEL = '5.0.2';
 // file: src/scripts/require.js
 
 /* jshint -W079 */

-- 
To stop receiving notification emails like this one, please contact
"commits@cordova.apache.org" <co...@cordova.apache.org>.

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


[cordova-browser] 02/02: Set VERSION to 5.0.2 (via coho)

Posted by st...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

steven pushed a commit to branch 5.0.x
in repository https://gitbox.apache.org/repos/asf/cordova-browser.git

commit 3d3149377c672d1217dfec71d3ac0fe13c4cd415
Author: Steve Gill <st...@gmail.com>
AuthorDate: Mon Dec 18 11:29:28 2017 -0800

    Set VERSION to 5.0.2 (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 6b244dc..a1ef0ca 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-5.0.1
+5.0.2
diff --git a/bin/template/cordova/version b/bin/template/cordova/version
index 7ab09ce..60ebb90 100755
--- a/bin/template/cordova/version
+++ b/bin/template/cordova/version
@@ -20,6 +20,6 @@
 */
 
 // Coho updates this line:
-var VERSION = "5.0.1";
+var VERSION = "5.0.2";
 
 console.log(VERSION);
diff --git a/package.json b/package.json
index e1f81f8..efff8a6 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "cordova-browser",
-  "version": "5.0.1",
+  "version": "5.0.2",
   "description": "cordova-browser release",
   "main": "bin/template/cordova/Api.js",
   "bin": "bin/create",

-- 
To stop receiving notification emails like this one, please contact
"commits@cordova.apache.org" <co...@cordova.apache.org>.

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