You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by he...@apache.org on 2012/06/21 20:34:57 UTC

[2/2] webos commit: update version to 1.9.0

update version to 1.9.0


Project: http://git-wip-us.apache.org/repos/asf/incubator-cordova-webos/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-cordova-webos/commit/5cb3fe33
Tree: http://git-wip-us.apache.org/repos/asf/incubator-cordova-webos/tree/5cb3fe33
Diff: http://git-wip-us.apache.org/repos/asf/incubator-cordova-webos/diff/5cb3fe33

Branch: refs/heads/master
Commit: 5cb3fe33529c1572c87590e092580a2b66a6f04a
Parents: 14541f2
Author: Herm Wong <he...@apache.org>
Authored: Thu Jun 21 11:32:01 2012 -0700
Committer: Herm Wong <he...@apache.org>
Committed: Thu Jun 21 11:32:01 2012 -0700

----------------------------------------------------------------------
 Makefile               |    2 +-
 VERSION                |    2 +-
 framework/appinfo.json |    2 +-
 framework/index.html   |    2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-cordova-webos/blob/5cb3fe33/Makefile
----------------------------------------------------------------------
diff --git a/Makefile b/Makefile
index 987a8cc..c0b481f 100644
--- a/Makefile
+++ b/Makefile
@@ -37,7 +37,7 @@ OPEN = open
 ECHO = echo
 ECHO_N = echo -n
 JAVA = java
-PGVERSION = 1.8.0
+PGVERSION = 1.9.0
 UNAME := $(shell uname)
 
 NAME = `$(CAT) framework/appinfo.json | $(GREP) '"id"' | $(CUT) -d \" -f 4`

http://git-wip-us.apache.org/repos/asf/incubator-cordova-webos/blob/5cb3fe33/VERSION
----------------------------------------------------------------------
diff --git a/VERSION b/VERSION
index afa2b35..abb1658 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-1.8.0
\ No newline at end of file
+1.9.0
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/incubator-cordova-webos/blob/5cb3fe33/framework/appinfo.json
----------------------------------------------------------------------
diff --git a/framework/appinfo.json b/framework/appinfo.json
index 886aa24..c66cf24 100644
--- a/framework/appinfo.json
+++ b/framework/appinfo.json
@@ -1,7 +1,7 @@
 {
 	"id": "org.apache.cordova.webos",
 	"version": "0.0.1",
-	"vendor": "Palm",
+	"vendor": "HP",
 	"type": "web",
 	"main": "index.html",
 	"title": "Cordova WebOS",

http://git-wip-us.apache.org/repos/asf/incubator-cordova-webos/blob/5cb3fe33/framework/index.html
----------------------------------------------------------------------
diff --git a/framework/index.html b/framework/index.html
index 334088b..7b84685 100644
--- a/framework/index.html
+++ b/framework/index.html
@@ -37,7 +37,7 @@
 	<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 	<title>cordova WebOS</title>
 	
-	<script type="text/javascript" src="cordova-1.8.0.js"></script>   
+	<script type="text/javascript" src="cordova-1.9.0.js"></script>   
 	<script type="text/javascript">
 		// create global var for sqlite database instance
 		var db;