update webOS to 2.5.0
diff --git a/Makefile b/Makefile
index 048d115..08c6037 100644
--- a/Makefile
+++ b/Makefile
@@ -37,7 +37,7 @@
 ECHO = echo
 ECHO_N = echo -n
 JAVA = java
-PGVERSION = 2.4.0
+PGVERSION = 2.5.0
 UNAME := $(shell uname)
 
 NAME = `$(CAT) framework/appinfo.json | $(GREP) '"id"' | $(CUT) -d \" -f 4`
diff --git a/VERSION b/VERSION
index 9183195..fad066f 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-2.4.0
\ No newline at end of file
+2.5.0
\ No newline at end of file
diff --git a/framework/index.html b/framework/index.html
index a6a5ff3..b8c0535 100644
--- a/framework/index.html
+++ b/framework/index.html
@@ -33,7 +33,7 @@
                 <p class="event received">Device is Ready</p>
             </div>
         </div>
-        <script type="text/javascript" src="cordova-2.4.0.js"></script>
+        <script type="text/javascript" src="cordova-2.5.0.js"></script>
         <script type="text/javascript" src="js/index.js"></script>
         <script type="text/javascript">
             app.initialize();