update version to 1.7.0
diff --git a/Makefile b/Makefile
index 0b1d9cd..404bdbb 100755
--- a/Makefile
+++ b/Makefile
@@ -18,7 +18,7 @@
 ECHO = echo
 ECHO_N = echo -n
 JAVA = java
-PGVERSION = 1.6.1
+PGVERSION = 1.7.0
 
 NAME = `$(CAT) framework/appinfo.json | $(GREP) '"id"' | $(CUT) -d \" -f 4`
 VERSION = `$(CAT) framework/appinfo.json | $(GREP) '"version"' | $(CUT) -d \" -f 4`
diff --git a/VERSION b/VERSION
index 2eda823..9dbb0c0 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-1.6.1
\ No newline at end of file
+1.7.0
\ No newline at end of file
diff --git a/framework/index.html b/framework/index.html
index dd5675f..aa99888 100644
--- a/framework/index.html
+++ b/framework/index.html
@@ -16,7 +16,7 @@
 	<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 	<title>cordova WebOS</title>
 	
-	<script type="text/javascript" src="cordova-1.6.1.js"></script>   
+	<script type="text/javascript" src="cordova-1.7.0.js"></script>   
 	<script type="text/javascript">
 		// create global var for sqlite database instance
 		var db;