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 2016/03/18 20:52:10 UTC

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

Repository: cordova-plugman
Updated Branches:
  refs/heads/master 66c4b88a5 -> 1973a2cfb


CB-10902 Updated version and RELEASENOTES.md for release 1.2.0


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

Branch: refs/heads/master
Commit: 3426b27f179a57ea930d2524cf94fe3927e19e80
Parents: 66c4b88
Author: Steve Gill <st...@gmail.com>
Authored: Thu Mar 17 19:31:11 2016 -0700
Committer: Steve Gill <st...@gmail.com>
Committed: Thu Mar 17 19:31:11 2016 -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/3426b27f/RELEASENOTES.md
----------------------------------------------------------------------
diff --git a/RELEASENOTES.md b/RELEASENOTES.md
index 1450455..814cf8a 100644
--- a/RELEASENOTES.md
+++ b/RELEASENOTES.md
@@ -21,6 +21,9 @@
 
 # Cordova-plugman Release Notes
 
+### 1.2.0 (Mar 17, 2016)
+* CB-10902 Updated cordova-lib dependency to 6.1.0
+ 
 ### 1.1.0 (Jan 25, 2016)
 * CB-10424 Updated cordova-lib dependency to 6.0.0
 

http://git-wip-us.apache.org/repos/asf/cordova-plugman/blob/3426b27f/package.json
----------------------------------------------------------------------
diff --git a/package.json b/package.json
index e278db0..2d2dd65 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": "1.1.1-dev",
+  "version": "1.2.0",
   "repository": {
     "type": "git",
     "url": "git://git-wip-us.apache.org/repos/asf/cordova-plugman.git"
@@ -17,7 +17,7 @@
   },
   "engineStrict":true,
   "dependencies": {
-    "cordova-lib": "6.0.0",
+    "cordova-lib": "6.1.0",
     "nopt": "1.0.9",
     "q": "1.0.1"
   },


---------------------------------------------------------------------
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-10902 Incremented package version to -dev

Posted by st...@apache.org.
CB-10902 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/1973a2cf
Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugman/tree/1973a2cf
Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugman/diff/1973a2cf

Branch: refs/heads/master
Commit: 1973a2cfb4e03ab56376577d3a642e240033e31a
Parents: 3426b27
Author: Steve Gill <st...@gmail.com>
Authored: Fri Mar 18 12:51:52 2016 -0700
Committer: Steve Gill <st...@gmail.com>
Committed: Fri Mar 18 12:51:52 2016 -0700

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


http://git-wip-us.apache.org/repos/asf/cordova-plugman/blob/1973a2cf/package.json
----------------------------------------------------------------------
diff --git a/package.json b/package.json
index 2d2dd65..652a576 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": "1.2.0",
+  "version": "1.2.1-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