diff --git a/RELEASENOTES.md b/RELEASENOTES.md
index c814dc0..bc927fd 100644
--- a/RELEASENOTES.md
+++ b/RELEASENOTES.md
@@ -147,3 +147,6 @@
* Renamed test dir, added nested plugin.xml
* CB-6958 added manual tests
* CB-6958 Port camera tests to plugin-test-framework
+
+### 0.3.3 (Oct 03, 2014)
+* CB-7600 Adds informative message to error callback in manual test.
diff --git a/plugin.xml b/plugin.xml
index cd514a6..33da37f 100644
--- a/plugin.xml
+++ b/plugin.xml
@@ -22,7 +22,7 @@
xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:rim="http://www.blackberry.com/ns/widgets"
id="org.apache.cordova.camera"
- version="0.3.3-dev">
+ version="0.3.3">
Camera
Cordova Camera Plugin
Apache 2.0
diff --git a/tests/plugin.xml b/tests/plugin.xml
index 30cf6dc..9d558ce 100644
--- a/tests/plugin.xml
+++ b/tests/plugin.xml
@@ -22,7 +22,7 @@
xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:rim="http://www.blackberry.com/ns/widgets"
id="org.apache.cordova.camera.tests"
- version="0.3.3-dev">
+ version="0.3.3">
Cordova Camera Plugin Tests
Apache 2.0