You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by bh...@apache.org on 2013/12/19 20:26:49 UTC

git commit: updated to 3.3.1

Updated Branches:
  refs/heads/master d7e3e896f -> 52143a1a1


updated to 3.3.1


Project: http://git-wip-us.apache.org/repos/asf/cordova-cli/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-cli/commit/52143a1a
Tree: http://git-wip-us.apache.org/repos/asf/cordova-cli/tree/52143a1a
Diff: http://git-wip-us.apache.org/repos/asf/cordova-cli/diff/52143a1a

Branch: refs/heads/master
Commit: 52143a1a12e4d9cec3d626c91a3d3b1dbd0ece65
Parents: d7e3e89
Author: Bryan Higgins <bh...@blackberry.com>
Authored: Thu Dec 19 14:28:02 2013 -0500
Committer: Bryan Higgins <bh...@blackberry.com>
Committed: Thu Dec 19 14:28:02 2013 -0500

----------------------------------------------------------------------
 VERSION      | 2 +-
 package.json | 2 +-
 platforms.js | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-cli/blob/52143a1a/VERSION
----------------------------------------------------------------------
diff --git a/VERSION b/VERSION
index 304ae0f..3b66a8f 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-3.2.0-0.1.0
+3.3.1-0.1.2

http://git-wip-us.apache.org/repos/asf/cordova-cli/blob/52143a1a/package.json
----------------------------------------------------------------------
diff --git a/package.json b/package.json
index b606cd5..cedb4cf 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "cordova",
-  "version": "3.3.0-0.1.1",
+  "version": "3.3.1-0.1.2",
   "preferGlobal": "true",
   "description": "Cordova command line interface tool",
   "main": "cordova",

http://git-wip-us.apache.org/repos/asf/cordova-cli/blob/52143a1a/platforms.js
----------------------------------------------------------------------
diff --git a/platforms.js b/platforms.js
index be7f2cb..7f12ee9 100644
--- a/platforms.js
+++ b/platforms.js
@@ -53,7 +53,7 @@ module.exports = {
     'blackberry10' : {
         parser : './src/metadata/blackberry10_parser',
         url    : 'https://git-wip-us.apache.org/repos/asf?p=cordova-blackberry.git',
-        version: '3.3.0',
+        version: '3.3.1',
         subdirectory: 'blackberry10'
     },
     'www':{