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/04/17 21:22:13 UTC

webworks commit: version 1.6.1

Updated Branches:
  refs/heads/master 4f49bd5d8 -> f3fab85ae
Updated Tags:  refs/tags/1.6.1 [created] f3fab85ae


version 1.6.1


Project: http://git-wip-us.apache.org/repos/asf/incubator-cordova-blackberry-webworks/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-cordova-blackberry-webworks/commit/f3fab85a
Tree: http://git-wip-us.apache.org/repos/asf/incubator-cordova-blackberry-webworks/tree/f3fab85a
Diff: http://git-wip-us.apache.org/repos/asf/incubator-cordova-blackberry-webworks/diff/f3fab85a

Branch: refs/heads/master
Commit: f3fab85ae63b7ce5f9d248fe5eb9df241a19cd76
Parents: 4f49bd5
Author: Fil Maj <ma...@gmail.com>
Authored: Tue Apr 17 12:23:52 2012 -0700
Committer: Fil Maj <ma...@gmail.com>
Committed: Tue Apr 17 12:23:52 2012 -0700

----------------------------------------------------------------------
 VERSION                                            |    2 +-
 .../ext/src/org/apache/cordova/device/Device.java  |    2 +-
 javascript/cordova.playbook.js                     |    4 ++--
 3 files changed, 4 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-cordova-blackberry-webworks/blob/f3fab85a/VERSION
----------------------------------------------------------------------
diff --git a/VERSION b/VERSION
index dc1e644..9c6d629 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-1.6.0
+1.6.1

http://git-wip-us.apache.org/repos/asf/incubator-cordova-blackberry-webworks/blob/f3fab85a/framework/ext/src/org/apache/cordova/device/Device.java
----------------------------------------------------------------------
diff --git a/framework/ext/src/org/apache/cordova/device/Device.java b/framework/ext/src/org/apache/cordova/device/Device.java
index 6f9370f..43529f1 100644
--- a/framework/ext/src/org/apache/cordova/device/Device.java
+++ b/framework/ext/src/org/apache/cordova/device/Device.java
@@ -53,7 +53,7 @@ public final class Device extends Plugin {
 				JSONObject device = new JSONObject();
 				device.put( FIELD_PLATFORM, new String(DeviceInfo.getPlatformVersion() ) );
 				device.put( FIELD_UUID, new Integer( DeviceInfo.getDeviceId()) );
-				device.put( FIELD_CORDOVA, "1.6.0" );
+				device.put( FIELD_CORDOVA, "1.6.1" );
 				device.put( FIELD_NAME, new String(DeviceInfo.getDeviceName()) );
 				device.put( FIELD_VERSION, new String(DeviceInfo.getSoftwareVersion()) );
 				result = new PluginResult(PluginResult.Status.OK, device);

http://git-wip-us.apache.org/repos/asf/incubator-cordova-blackberry-webworks/blob/f3fab85a/javascript/cordova.playbook.js
----------------------------------------------------------------------
diff --git a/javascript/cordova.playbook.js b/javascript/cordova.playbook.js
index 610f25c..4e74c4f 100644
--- a/javascript/cordova.playbook.js
+++ b/javascript/cordova.playbook.js
@@ -3917,7 +3917,7 @@ var webworks = require('cordova/plugin/webworks/manager'),
                             "name" : blackberry.system.model,
                             "uuid" : blackberry.identity.PIN,
                             "platform" : "PlayBook",
-                            "cordova" : "1.6.0"
+                            "cordova" : "1.6.1"
                         }
                 };
             }
@@ -4470,4 +4470,4 @@ window.cordova = require('cordova');
 require('cordova/channel').onNativeReady.fire();
 
 
-})();
\ No newline at end of file
+})();