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 2017/01/18 01:56:29 UTC

[2/4] cordova-plugman git commit: CB-12358 Updated version and RELEASENOTES.md for release 1.4.1

CB-12358 Updated version and RELEASENOTES.md for release 1.4.1


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

Branch: refs/heads/1.4.x
Commit: 3d92a364f56f8c0754e0013b8c8bda30f98caa2b
Parents: d249264
Author: Steve Gill <st...@gmail.com>
Authored: Tue Jan 17 15:33:04 2017 -0800
Committer: Steve Gill <st...@gmail.com>
Committed: Tue Jan 17 15:33:04 2017 -0800

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


http://git-wip-us.apache.org/repos/asf/cordova-plugman/blob/3d92a364/RELEASENOTES.md
----------------------------------------------------------------------
diff --git a/RELEASENOTES.md b/RELEASENOTES.md
index 1276da5..9f9da3e 100644
--- a/RELEASENOTES.md
+++ b/RELEASENOTES.md
@@ -21,6 +21,9 @@
 
 # Cordova-plugman Release Notes
 
+### 1.4.1 (Jan 17, 2017)
+* [CB-12358](https://issues.apache.org/jira/browse/CB-12358) Updated `cordova-lib` dependency.
+
 ### 1.4.0 (Oct 21, 2016)
 * Add github pull request template
 * [CB-12039](https://issues.apache.org/jira/browse/CB-12039) updated `cordova-lib` to `6.4.0`

http://git-wip-us.apache.org/repos/asf/cordova-plugman/blob/3d92a364/package.json
----------------------------------------------------------------------
diff --git a/package.json b/package.json
index 9f438d2..786360c 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.4.1-dev",
+    "version": "1.4.1",
     "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.4.0",
+        "cordova-lib": "6.5.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