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/20 20:40:44 UTC

[cordova-browser] branch 5.0.x updated (9a76cce -> 94f9591)

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 9a76cce  fixed merge conflict
     new d835953  Update JS snapshot to version 5.0.3 (via coho)
     new 94f9591  Set VERSION to 5.0.3 (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       | 2 +-
 package.json                 | 2 +-
 4 files changed, 4 insertions(+), 4 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] 02/02: Set VERSION to 5.0.3 (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 94f95913ee3058731933f40a3e13f8fc739fe9bd
Author: Steve Gill <st...@gmail.com>
AuthorDate: Wed Dec 20 12:38:46 2017 -0800

    Set VERSION to 5.0.3 (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 a1ef0ca..50e2274 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-5.0.2
+5.0.3
diff --git a/bin/template/cordova/version b/bin/template/cordova/version
index 60ebb90..4adc087 100755
--- a/bin/template/cordova/version
+++ b/bin/template/cordova/version
@@ -20,6 +20,6 @@
 */
 
 // Coho updates this line:
-var VERSION = "5.0.2";
+var VERSION = "5.0.3";
 
 console.log(VERSION);
diff --git a/package.json b/package.json
index efff8a6..24a1f5f 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "cordova-browser",
-  "version": "5.0.2",
+  "version": "5.0.3",
   "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


[cordova-browser] 01/02: Update JS snapshot to version 5.0.3 (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 d8359538d849584b9f87852e1e83c1a01ac18457
Author: Steve Gill <st...@gmail.com>
AuthorDate: Wed Dec 20 12:38:46 2017 -0800

    Update JS snapshot to version 5.0.3 (via coho)
---
 cordova-lib/cordova.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/cordova-lib/cordova.js b/cordova-lib/cordova.js
index 4725fd0..f31dc26 100644
--- a/cordova-lib/cordova.js
+++ b/cordova-lib/cordova.js
@@ -19,7 +19,7 @@
  under the License.
 */
 ;(function() {
-var PLATFORM_VERSION_BUILD_LABEL = '5.0.2';
+var PLATFORM_VERSION_BUILD_LABEL = '5.0.3';
 // 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