You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by ka...@apache.org on 2014/11/07 17:58:24 UTC

[1/2] cordova-plugman git commit: CB-7988 Updated version and RELEASENOTES.md for release 0.22.13

Repository: cordova-plugman
Updated Branches:
  refs/heads/master 8058b082f -> b4067ecf4


CB-7988 Updated version and RELEASENOTES.md for release 0.22.13


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

Branch: refs/heads/master
Commit: 1d06e98f3f2e5460845b2f1f887d309b0e0ad2dc
Parents: 8058b08
Author: Mark Koudritsky <ka...@gmail.com>
Authored: Fri Nov 7 11:38:43 2014 -0500
Committer: Mark Koudritsky <ka...@gmail.com>
Committed: Fri Nov 7 11:38:43 2014 -0500

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


http://git-wip-us.apache.org/repos/asf/cordova-plugman/blob/1d06e98f/RELEASENOTES.md
----------------------------------------------------------------------
diff --git a/RELEASENOTES.md b/RELEASENOTES.md
index 135d1e5..26222cb 100644
--- a/RELEASENOTES.md
+++ b/RELEASENOTES.md
@@ -21,6 +21,9 @@
 
 # Cordova-plugman Release Notes
 
+### 0.22.13 (Nov 7, 2014)
+* Update dependencies in package.json
+
 ### 0.22.12 (Oct 10, 2014)
 * Pinned dependencies
 * CB-7383 Updated version and RELEASENOTES.md for release 0.22.10

http://git-wip-us.apache.org/repos/asf/cordova-plugman/blob/1d06e98f/package.json
----------------------------------------------------------------------
diff --git a/package.json b/package.json
index 9337e31..34e629e 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.13-dev",
+  "version": "0.22.13",
   "repository": {
     "type": "git",
     "url": "git://git-wip-us.apache.org/repos/asf/cordova-plugman.git"
@@ -17,7 +17,7 @@
   },
   "engineStrict":true,
   "dependencies": {
-    "cordova-lib": "4.0.0",
+    "cordova-lib": "4.0.1",
     "nopt": "1.0.9",
     "underscore":"1.7.0",
     "q": "1.0.1",
@@ -33,7 +33,7 @@
     "test": "npm run jasmine && npm run jshint",
     "jshint": "node node_modules/jshint/bin/jshint src",
     "jasmine": "jasmine-node --captureExceptions --color spec"
-  },  
+  },
   "contributors":[
     {
         "name":"Anis Kadri"


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


[2/2] cordova-plugman git commit: CB-7988 Incremented package version to -dev

Posted by ka...@apache.org.
CB-7988 Incremented package version to -dev


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

Branch: refs/heads/master
Commit: b4067ecf4430c0c48c4f95b25a110ec9c525377c
Parents: 1d06e98
Author: Mark Koudritsky <ka...@gmail.com>
Authored: Fri Nov 7 11:52:54 2014 -0500
Committer: Mark Koudritsky <ka...@gmail.com>
Committed: Fri Nov 7 11:52:54 2014 -0500

----------------------------------------------------------------------
 package.json | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-plugman/blob/b4067ecf/package.json
----------------------------------------------------------------------
diff --git a/package.json b/package.json
index 34e629e..0756388 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.13",
+  "version": "0.22.14-dev",
   "repository": {
     "type": "git",
     "url": "git://git-wip-us.apache.org/repos/asf/cordova-plugman.git"


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