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/11/28 19:16:23 UTC

[19/50] git commit: bumping to 0.1.9, and bumped pluginstall dependency to 0.5.2

bumping to 0.1.9, and bumped pluginstall dependency to 0.5.2


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

Branch: refs/heads/master
Commit: 9f338e1959372a262341166f4820de77013748a4
Parents: de96a57
Author: Fil Maj <ma...@gmail.com>
Authored: Thu Nov 1 15:24:33 2012 -0700
Committer: Fil Maj <ma...@gmail.com>
Committed: Thu Nov 1 15:24:33 2012 -0700

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


http://git-wip-us.apache.org/repos/asf/cordova-cli/blob/9f338e19/package.json
----------------------------------------------------------------------
diff --git a/package.json b/package.json
index 2717c5c..6d6d235 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "cordova",
-  "version": "0.1.8",
+  "version": "0.1.9",
   "preferGlobal": "true",
   "description": "Cordova client tool",
   "main": "cordova",
@@ -23,7 +23,7 @@
   "dependencies": {
     "colors":">=0.6.0",
     "elementtree":"0.1.3",
-    "pluginstall":"git://github.com/imhotep/pluginstall.git#0.3.4",
+    "pluginstall":"git://github.com/imhotep/pluginstall.git#0.5.2",
     "xcode":"0.5.1",
     "express":"3.0",
     "shelljs":"0.0.7",