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/06/24 01:32:50 UTC

[1/2] git commit: CB-7002 Updated version and RELEASENOTES.md for release 0.22.4

Repository: cordova-plugman
Updated Branches:
  refs/heads/master 39f5d1433 -> 8257389b5


CB-7002 Updated version and RELEASENOTES.md for release 0.22.4


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

Branch: refs/heads/master
Commit: 13e0e8d72594c7a72bd18b34aba9266665ce869d
Parents: 39f5d14
Author: Mark Koudritsky <ka...@gmail.com>
Authored: Mon Jun 23 19:00:16 2014 -0400
Committer: Mark Koudritsky <ka...@gmail.com>
Committed: Mon Jun 23 19:00:16 2014 -0400

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


http://git-wip-us.apache.org/repos/asf/cordova-plugman/blob/13e0e8d7/RELEASENOTES.md
----------------------------------------------------------------------
diff --git a/RELEASENOTES.md b/RELEASENOTES.md
index 39a6d29..16d72cb 100644
--- a/RELEASENOTES.md
+++ b/RELEASENOTES.md
@@ -21,6 +21,9 @@
 
 # Cordova-plugman Release Notes
 
+### 0.22.4 (June 23, 2014)
+* wp7 is dead, long live wp7
+
 ### 0.22.3 (June 12, 2014)
 * Update cordova-lib dependency to 0.21.5
 * CB-6931: Fix licence headers in plugman

http://git-wip-us.apache.org/repos/asf/cordova-plugman/blob/13e0e8d7/package.json
----------------------------------------------------------------------
diff --git a/package.json b/package.json
index f1ba13b..c63ab22 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.3",
+  "version": "0.22.4",
   "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.5",
+    "cordova-lib" : "0.21.6",
     "nopt": "1.0.x",
     "underscore":"1.4.4",
     "q": "~0.9",


[2/2] git commit: CB-7002 Incremented package version to -dev

Posted by ka...@apache.org.
CB-7002 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/8257389b
Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugman/tree/8257389b
Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugman/diff/8257389b

Branch: refs/heads/master
Commit: 8257389b5ac11039876cfc76088ed85a137ba8bc
Parents: 13e0e8d
Author: Mark Koudritsky <ka...@gmail.com>
Authored: Mon Jun 23 19:32:25 2014 -0400
Committer: Mark Koudritsky <ka...@gmail.com>
Committed: Mon Jun 23 19:32:25 2014 -0400

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


http://git-wip-us.apache.org/repos/asf/cordova-plugman/blob/8257389b/package.json
----------------------------------------------------------------------
diff --git a/package.json b/package.json
index c63ab22..64a0e93 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.4",
+  "version": "0.22.5-dev",
   "repository": {
     "type": "git",
     "url": "git://git-wip-us.apache.org/repos/asf/cordova-plugman.git"