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 2015/05/28 01:51:38 UTC

[3/5] cordova-plugman git commit: CB-9087 Updated version and RELEASENOTES.md for release 0.23.2

CB-9087 Updated version and RELEASENOTES.md for release 0.23.2


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

Branch: refs/heads/master
Commit: d02fcbc8d1fc646f79dbde8b68dfa478b6e0c99e
Parents: 946573a
Author: Steve Gill <st...@gmail.com>
Authored: Wed May 27 16:41:07 2015 -0700
Committer: Steve Gill <st...@gmail.com>
Committed: Wed May 27 16:41:07 2015 -0700

----------------------------------------------------------------------
 RELEASENOTES.md | 3 +++
 package.json    | 4 ++--
 2 files changed, 5 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-plugman/blob/d02fcbc8/RELEASENOTES.md
----------------------------------------------------------------------
diff --git a/RELEASENOTES.md b/RELEASENOTES.md
index dc5c4b8..c52dfd2 100644
--- a/RELEASENOTES.md
+++ b/RELEASENOTES.md
@@ -21,6 +21,9 @@
 
 # Cordova-plugman Release Notes
 
+### 0.23.2 (May 27, 2015)
+* Updated cordova-lib dependency
+ 
 ### 0.23.1 (Apr 16, 2015)
 * CB-8637 add windows to plugman
 

http://git-wip-us.apache.org/repos/asf/cordova-plugman/blob/d02fcbc8/package.json
----------------------------------------------------------------------
diff --git a/package.json b/package.json
index d79a33e..527788d 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.23.2-dev",
+  "version": "0.23.2",
   "repository": {
     "type": "git",
     "url": "git://git-wip-us.apache.org/repos/asf/cordova-plugman.git"
@@ -17,7 +17,7 @@
   },
   "engineStrict":true,
   "dependencies": {
-    "cordova-lib": "5.0.0",
+    "cordova-lib": "5.1.0",
     "nopt": "1.0.9",
     "underscore":"1.7.0",
     "q": "1.0.1",


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org