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/07/13 21:35:37 UTC

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

Updated Branches:
  refs/heads/master 5ec420ebd -> fd00bff18
Updated Tags:  refs/tags/2.0.0rc1 [created] fd00bff18


Bumping version to 2.0.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/fd00bff1
Tree: http://git-wip-us.apache.org/repos/asf/incubator-cordova-js/tree/fd00bff1
Diff: http://git-wip-us.apache.org/repos/asf/incubator-cordova-js/diff/fd00bff1

Branch: refs/heads/master
Commit: fd00bff18daf29606d88263f7586f20cf9421861
Parents: 9268138
Author: Fil Maj <ma...@gmail.com>
Authored: Fri Jul 13 12:37:52 2012 -0700
Committer: Fil Maj <ma...@gmail.com>
Committed: Fri Jul 13 12:37:52 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/fd00bff1/VERSION
----------------------------------------------------------------------
diff --git a/VERSION b/VERSION
index f8e233b..4111d13 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-1.9.0
+2.0.0rc1

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

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