CB-9087 Updated version and RELEASENOTES.md for release 5.1.0
diff --git a/RELEASENOTES.md b/RELEASENOTES.md
index fe45c63..055a8dd 100644
--- a/RELEASENOTES.md
+++ b/RELEASENOTES.md
@@ -20,6 +20,9 @@
 -->
 # Cordova-cli Release Notes
 
+### 5.1.0 (May 27, 2015)
+* CB-8898 Introduces `cordova requirements` command
+
 ### 5.0.0 (Apr 16, 2015)
 * Add information on Firefox OS to the README
 * Update link to hooks README
diff --git a/package.json b/package.json
index bf32921..bc33ff3 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "cordova",
-  "version": "5.0.1-dev",
+  "version": "5.1.0",
   "preferGlobal": "true",
   "description": "Cordova command line interface tool",
   "main": "cordova",
@@ -29,7 +29,7 @@
     "cli"
   ],
   "dependencies": {
-    "cordova-lib": "5.0.0",
+    "cordova-lib": "5.1.0",
     "q": "1.0.1",
     "nopt": "3.0.1",
     "underscore":"1.7.0"