From c37b08e03817e766f0c7f8dc3d5c3c58ac7b1940 Mon Sep 17 00:00:00 2001
From: Steven Gill <stevengill97@gmail.com>
Date: Wed, 6 Aug 2014 18:58:23 -0700
Subject: [PATCH] CB-7244 Updated version and RELEASENOTES.md for release 0.5.1

---
 RELEASENOTES.md | 7 +++++++
 plugin.xml      | 2 +-
 2 files changed, 8 insertions(+), 1 deletion(-)

diff --git a/RELEASENOTES.md b/RELEASENOTES.md
index e6c931a..5b390ac 100644
--- a/RELEASENOTES.md
+++ b/RELEASENOTES.md
@@ -112,3 +112,10 @@
 * CB-5649 - InAppBrowser overrides App's orientation
 * refactoring fixed
 * CB-6396 [Firefox OS] Adding basic support
+
+### 0.5.1 (Aug 06, 2014)
+* ubuntu: support qt 5.2
+* **FFOS** update InAppBrowserProxy.js
+* **FFOS** app needs to be privileged
+* CB-6127 Updated translations for docs
+* CB-6769 ios: Fix statusbar color reset wasn't working on iOS7+
diff --git a/plugin.xml b/plugin.xml
index d7015b3..2164f87 100644
--- a/plugin.xml
+++ b/plugin.xml
@@ -20,7 +20,7 @@
 
 <plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"
            id="org.apache.cordova.inappbrowser"
-      version="0.5.1-dev">
+      version="0.5.1">
 
     <name>InAppBrowser</name>
     <description>Cordova InAppBrowser Plugin</description>