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 2014/05/10 01:38:15 UTC

[2/2] git commit: increaded cordova-lib version in package.json, need to republish

increaded cordova-lib version in package.json, need to republish


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

Branch: refs/heads/master
Commit: 315e39cf152d0584ba056bdb341e368a44bc6d7d
Parents: 0b9b9a7
Author: Steven Gill <st...@gmail.com>
Authored: Fri May 9 16:23:55 2014 -0700
Committer: Steven Gill <st...@gmail.com>
Committed: Fri May 9 16:23:55 2014 -0700

----------------------------------------------------------------------
 package.json | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-cli/blob/315e39cf/package.json
----------------------------------------------------------------------
diff --git a/package.json b/package.json
index ddedd20..c30d5ee 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "cordova",
-  "version": "3.5.0-0.2.0",
+  "version": "3.5.0-0.2.1",
   "preferGlobal": "true",
   "description": "Cordova command line interface tool",
   "main": "cordova",
@@ -28,7 +28,7 @@
     "cli"
   ],
   "dependencies": {
-    "cordova-lib": "0.21.1",
+    "cordova-lib": "0.21.2",
     "q": "~0.9",
     "optimist": "0.6.0",
     "underscore":"1.4.4"