CB-10453 Updated RELEASENOTES and Version for release 4.3.3

Conflicts:
	package.json
diff --git a/RELEASENOTES.md b/RELEASENOTES.md
index dd646c4..af16f55 100644
--- a/RELEASENOTES.md
+++ b/RELEASENOTES.md
@@ -20,6 +20,12 @@
 -->
 ## Release Notes for Cordova Ubuntu ##
 
+### 4.3.3
+* Fix reliance on deprecated Oxide's onLoadingChanged signal
+* Fix debugging enabled flag & remove webkit specific bit
+* fix typo
+* adding missing node_modules
+
 ### 4.3.2 ###
 
 * CB-10119 - change click framework to 15.04 by default (14.10 is deprecated)
diff --git a/package.json b/package.json
index 1a52ca4..9480a67 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
     "name": "cordova-ubuntu",
-    "version": "4.3.2",
+    "version": "4.3.3",
     "description": "Cordova tooling for the Ubuntu platform.",
     "main": "bin/create",
     "repository": {
@@ -46,4 +46,4 @@
         }
     ],
     "license": "Apache Version 2.0"
-}
\ No newline at end of file
+}