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/11/28 00:57:06 UTC

[1/3] webos commit: update version to 2.3.0

Updated Branches:
  refs/heads/master 985d2cea5 -> e3e462535


update version to 2.3.0


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

Branch: refs/heads/master
Commit: e3e46253505cd72505c15d9cddbe39cec7de17a5
Parents: 985d2ce
Author: hermwong <he...@gmail.com>
Authored: Tue Nov 27 15:40:57 2012 -0800
Committer: hermwong <he...@gmail.com>
Committed: Tue Nov 27 15:40:57 2012 -0800

----------------------------------------------------------------------
 Makefile                   |    2 +-
 VERSION                    |    2 +-
 framework/index.html       |    2 +-
 lib/cordova.webos-debug.js |  178 +++++-----
 lib/cordova.webos.js       |  789 +++++++++++++++++----------------------
 5 files changed, 438 insertions(+), 535 deletions(-)
----------------------------------------------------------------------


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

http://git-wip-us.apache.org/repos/asf/cordova-webos/blob/e3e46253/VERSION
----------------------------------------------------------------------
diff --git a/VERSION b/VERSION
index e3a4f19..cc6612c 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-2.2.0
\ No newline at end of file
+2.3.0
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/cordova-webos/blob/e3e46253/framework/index.html
----------------------------------------------------------------------
diff --git a/framework/index.html b/framework/index.html
index 4f8dc5f..92b61be 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.2.0.js"></script>
+        <script type="text/javascript" src="cordova-2.3.0.js"></script>
         <script type="text/javascript" src="js/index.js"></script>
         <script type="text/javascript">
             app.initialize();