Updated version numbers to 0.4.0
authorMichael Jumper <zhangmaike@users.sourceforge.net>
Fri, 27 May 2011 20:45:29 +0000 (13:45 -0700)
committerMichael Jumper <zhangmaike@users.sourceforge.net>
Fri, 27 May 2011 20:45:29 +0000 (13:45 -0700)
pom.xml
src/main/webapp/index.html

diff --git a/pom.xml b/pom.xml
index 31a8e3b..d30a0bd 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -5,7 +5,7 @@
     <groupId>net.sourceforge.guacamole</groupId>
     <artifactId>guacamole-default-webapp</artifactId>
     <packaging>war</packaging>
-    <version>0.3.0</version>
+    <version>0.4.0</version>
     <name>guacamole-default-webapp</name>
     <url>http://guacamole.sourceforge.net/</url>
 
         <dependency>
             <groupId>net.sourceforge.guacamole</groupId>
             <artifactId>guacamole-common</artifactId>
-            <version>0.3.0</version>
+            <version>0.4.0</version>
             <scope>compile</scope>
         </dependency>
 
         <dependency>
             <groupId>net.sourceforge.guacamole</groupId>
             <artifactId>guacamole-common-js</artifactId>
-            <version>0.3.0</version>
+            <version>0.4.0</version>
             <type>zip</type>
             <scope>runtime</scope>
         </dependency>
index 250a709..cd0cf2b 100644 (file)
@@ -83,7 +83,7 @@
                 <button id="CtrlAltDelete">Ctrl-Alt-Delete</button>
 
                 <!-- Logo and status -->
-                <img id="logo" src="images/guacamole-logo.png" alt="Guacamole" title="Guacamole 0.3.0"/>
+                <img id="logo" src="images/guacamole-logo.png" alt="Guacamole" title="Guacamole 0.4.0"/>
                 <span id="state"></span>
 
                 <a href="agpl-3.0-standalone.html"><img id="license" src="images/agpl-logo.png" alt="AGPLv3"/></a>