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/09/02 23:09:32 UTC

git commit: updated version to 0.22.6, bumped cordova-lib dep version

Repository: cordova-plugman
Updated Branches:
  refs/heads/master 29488fce7 -> 78e6c38b4


updated version to 0.22.6, bumped cordova-lib dep version


Project: http://git-wip-us.apache.org/repos/asf/cordova-plugman/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-plugman/commit/78e6c38b
Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugman/tree/78e6c38b
Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugman/diff/78e6c38b

Branch: refs/heads/master
Commit: 78e6c38b4ffa49447f17866df7d3fb49ca0ab0c2
Parents: 29488fc
Author: Steven Gill <st...@gmail.com>
Authored: Tue Sep 2 14:08:36 2014 -0700
Committer: Steven Gill <st...@gmail.com>
Committed: Tue Sep 2 14:09:11 2014 -0700

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


http://git-wip-us.apache.org/repos/asf/cordova-plugman/blob/78e6c38b/package.json
----------------------------------------------------------------------
diff --git a/package.json b/package.json
index dbb2b75..7af2b41 100644
--- a/package.json
+++ b/package.json
@@ -2,7 +2,7 @@
   "author": "Andrew Lunny <al...@gmail.com>",
   "name": "plugman",
   "description": "install/uninstall Cordova plugins",
-  "version": "0.22.5",
+  "version": "0.22.6",
   "repository": {
     "type": "git",
     "url": "git://git-wip-us.apache.org/repos/asf/cordova-plugman.git"
@@ -17,7 +17,7 @@
   },
   "engineStrict":true,
   "dependencies": {
-    "cordova-lib" : "~0.21.6",
+    "cordova-lib" : "0.21.9",
     "nopt": "1.0.x",
     "underscore":"1.4.4",
     "q": "~0.9",