You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by an...@apache.org on 2015/09/17 14:41:47 UTC

cordova-plugman git commit: CB-9678 Updated version and RELEASENOTES.md for release 1.0.3

Repository: cordova-plugman
Updated Branches:
  refs/heads/1.0.x ee8aefc5c -> 5dcdb2bea


CB-9678 Updated version and RELEASENOTES.md for release 1.0.3


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

Branch: refs/heads/1.0.x
Commit: 5dcdb2bea94d33631654b7f10fc8d4ffc0f4aca5
Parents: ee8aefc
Author: Vladimir Kotikov <v-...@microsoft.com>
Authored: Thu Sep 17 15:01:32 2015 +0300
Committer: Vladimir Kotikov <v-...@microsoft.com>
Committed: Thu Sep 17 15:08:30 2015 +0300

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


http://git-wip-us.apache.org/repos/asf/cordova-plugman/blob/5dcdb2be/RELEASENOTES.md
----------------------------------------------------------------------
diff --git a/RELEASENOTES.md b/RELEASENOTES.md
index 72d6dce..f83cddf 100644
--- a/RELEASENOTES.md
+++ b/RELEASENOTES.md
@@ -21,6 +21,9 @@
 
 # Cordova-plugman Release Notes
 
+### 1.0.3 (Sep 17, 2015)
+* updated cordova lib dependency to 5.3.2
+
 ### 1.0.2 (Aug 28, 2015)
 * Updated cordova-lib dependency to 5.3.1
 * CB-7143 Added support for OSX

http://git-wip-us.apache.org/repos/asf/cordova-plugman/blob/5dcdb2be/package.json
----------------------------------------------------------------------
diff --git a/package.json b/package.json
index c1faf35..a6caa00 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.0.2",
+  "version": "1.0.3",
   "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.3.1",
+    "cordova-lib": "5.3.2",
     "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