CB-8859 Updated version and RELEASENOTES.md for release 5.0.0
diff --git a/RELEASENOTES.md b/RELEASENOTES.md
index 3799d83..fe45c63 100644
--- a/RELEASENOTES.md
+++ b/RELEASENOTES.md
@@ -20,6 +20,11 @@
 -->
 # Cordova-cli Release Notes
 
+### 5.0.0 (Apr 16, 2015)
+* Add information on Firefox OS to the README
+* Update link to hooks README
+* CB-8634 Adds docs about support for custom branches for `cordova platform add`
+
 ### 4.3.0 (Feb 27, 2015)
 * docs update for plugin --save
 * Grunt "retire" task added (close #204)
diff --git a/package.json b/package.json
index b3b117a..b070e81 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "cordova",
-  "version": "4.3.1-dev",
+  "version": "5.0.0",
   "preferGlobal": "true",
   "description": "Cordova command line interface tool",
   "main": "cordova",
@@ -29,7 +29,7 @@
     "cli"
   ],
   "dependencies": {
-    "cordova-lib": "4.3.0",
+    "cordova-lib": "5.0.0",
     "q": "1.0.1",
     "nopt": "3.0.1",
     "underscore":"1.7.0"