Updated version to 4.0.0, pinned dependencies
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 
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": [