You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by fi...@apache.org on 2012/06/21 19:40:01 UTC

[1/3] js commit: Bumping version to 1.9.0rc1

Updated Branches:
  refs/heads/master 3f5dc0024 -> 25033fcea
Updated Tags:  refs/tags/1.9.0rc1 [created] 25033fcea
  refs/tags/android [created] 038ade86b


Bumping version to 1.9.0rc1


Project: http://git-wip-us.apache.org/repos/asf/incubator-cordova-js/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-cordova-js/commit/25033fce
Tree: http://git-wip-us.apache.org/repos/asf/incubator-cordova-js/tree/25033fce
Diff: http://git-wip-us.apache.org/repos/asf/incubator-cordova-js/diff/25033fce

Branch: refs/heads/master
Commit: 25033fceac7c800623f1f16881b784d19eba69cc
Parents: c546cdf
Author: Fil Maj <ma...@gmail.com>
Authored: Thu Jun 21 10:41:01 2012 -0700
Committer: Fil Maj <ma...@gmail.com>
Committed: Thu Jun 21 10:41:01 2012 -0700

----------------------------------------------------------------------
 VERSION                                |    2 +-
 lib/bada/plugin/bada/device.js         |    2 +-
 lib/playbook/plugin/playbook/device.js |    2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-cordova-js/blob/25033fce/VERSION
----------------------------------------------------------------------
diff --git a/VERSION b/VERSION
index a8fdfda..6ed8c32 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-1.8.1
+1.9.0rc1

http://git-wip-us.apache.org/repos/asf/incubator-cordova-js/blob/25033fce/lib/bada/plugin/bada/device.js
----------------------------------------------------------------------
diff --git a/lib/bada/plugin/bada/device.js b/lib/bada/plugin/bada/device.js
index d0fd600..a8286e6 100644
--- a/lib/bada/plugin/bada/device.js
+++ b/lib/bada/plugin/bada/device.js
@@ -49,7 +49,7 @@ Device.prototype.getInfo = function(success, fail, args) {
            me.platform = os_vendor + " " + os_name;
            me.version = os_version;
            me.uuid = uuid;
-           me.cordova = "1.8.1";
+           me.cordova = "1.9.0rc1";
            success(me);
        }
    };

http://git-wip-us.apache.org/repos/asf/incubator-cordova-js/blob/25033fce/lib/playbook/plugin/playbook/device.js
----------------------------------------------------------------------
diff --git a/lib/playbook/plugin/playbook/device.js b/lib/playbook/plugin/playbook/device.js
index fcf60f9..b1706d7 100644
--- a/lib/playbook/plugin/playbook/device.js
+++ b/lib/playbook/plugin/playbook/device.js
@@ -5,7 +5,7 @@ module.exports = {
     version: blackberry.system.softwareVersion,
     name: blackberry.system.model,
     uuid: blackberry.identity.PIN,
-    cordova: "1.8.1"
+    cordova: "1.9.0rc1"
 };
 
 channel.onCordovaInfoReady.fire();