update webOS to 2.2.0
diff --git a/Makefile b/Makefile
index c19daa6..b3bd444 100644
--- a/Makefile
+++ b/Makefile
@@ -37,7 +37,7 @@
 ECHO = echo
 ECHO_N = echo -n
 JAVA = java
-PGVERSION = 2.1.0
+PGVERSION = 2.2.0
 UNAME := $(shell uname)
 
 NAME = `$(CAT) framework/appinfo.json | $(GREP) '"id"' | $(CUT) -d \" -f 4`
diff --git a/VERSION b/VERSION
index 50aea0e..e3a4f19 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-2.1.0
\ No newline at end of file
+2.2.0
\ No newline at end of file