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 2014/10/10 22:04:02 UTC

git commit: Updated version to 4.0.0, pinned dependencies

Repository: cordova-cli
Updated Branches:
  refs/heads/master 2b8256e30 -> 0fb8fbb18


Updated version to 4.0.0, pinned dependencies


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

Branch: refs/heads/master
Commit: 0fb8fbb189f0352a8ced93c0e80f21a1af919d7c
Parents: 2b8256e
Author: Steven Gill <st...@gmail.com>
Authored: Fri Oct 10 13:03:53 2014 -0700
Committer: Steven Gill <st...@gmail.com>
Committed: Fri Oct 10 13:03:53 2014 -0700

----------------------------------------------------------------------
 RELEASENOTES.md |  5 +++--
 package.json    | 10 +++++-----
 2 files changed, 8 insertions(+), 7 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-cli/blob/0fb8fbb1/RELEASENOTES.md
----------------------------------------------------------------------
diff --git a/RELEASENOTES.md b/RELEASENOTES.md
index 5150b9b..c53572e 100644
--- a/RELEASENOTES.md
+++ b/RELEASENOTES.md
@@ -20,8 +20,9 @@
 -->
 # Cordova-cli Release Notes
 
-### 3.7.0 (Oct 01, 2014)
-* Made version semVer complient and bumped to 3.7.0 
+### 4.0.0 (Oct 10, 2014)
+* Made version semver complient and bumped to 4.0.0 
+* Pinned dependencies
 * added missing AL header
 
 ### 3.6.1-0.2.13 

http://git-wip-us.apache.org/repos/asf/cordova-cli/blob/0fb8fbb1/package.json
----------------------------------------------------------------------
diff --git a/package.json b/package.json
index d82979d..08f589c 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "cordova",
-  "version": "3.7.1-dev",
+  "version": "4.0.0",
   "preferGlobal": "true",
   "description": "Cordova command line interface tool",
   "main": "cordova",
@@ -28,13 +28,13 @@
     "cli"
   ],
   "dependencies": {
-    "cordova-lib": "3.7.0",
-    "q": "~0.9",
-    "nopt": "~2",
+    "cordova-lib": "4.0.0",
+    "q": "0.9.7",
+    "nopt": "2.2.1",
     "underscore":"1.4.4"
   },
   "devDependencies": {
-    "jasmine-node": "1.14.1"
+    "jasmine-node": "1.14.5"
   },
   "author": "Anis Kadri",
   "contributors": [


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