updating version
diff --git a/VERSION b/VERSION
index a8fdfda..6ed8c32 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-1.8.1
+1.9.0rc1
diff --git a/src/Device.cpp b/src/Device.cpp
index 61c8a75..4fb2d0e 100755
--- a/src/Device.cpp
+++ b/src/Device.cpp
@@ -69,7 +69,7 @@
 

     if(r == E_SUCCESS) {

     	String res;

-    	res.Format(1024, L"window.device={platform:'bada',version:'%S',name:'n/a',cordova:'1.8.1',uuid:'%S'}", platformVersion.GetPointer(), imei.GetPointer());

+    	res.Format(1024, L"window.device={platform:'bada',version:'%S',name:'n/a',cordova:'1.9.0',uuid:'%S'}", platformVersion.GetPointer(), imei.GetPointer());

     	//AppLogDebug("%S", res.GetPointer());

     	pWeb->EvaluateJavascriptN(res);

     }