mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-06 21:27:40 +00:00
Updated version numbers to 0.4.0
This commit is contained in:
@@ -5,7 +5,7 @@
|
|||||||
<groupId>net.sourceforge.guacamole</groupId>
|
<groupId>net.sourceforge.guacamole</groupId>
|
||||||
<artifactId>guacamole-default-webapp</artifactId>
|
<artifactId>guacamole-default-webapp</artifactId>
|
||||||
<packaging>war</packaging>
|
<packaging>war</packaging>
|
||||||
<version>0.3.0</version>
|
<version>0.4.0</version>
|
||||||
<name>guacamole-default-webapp</name>
|
<name>guacamole-default-webapp</name>
|
||||||
<url>http://guacamole.sourceforge.net/</url>
|
<url>http://guacamole.sourceforge.net/</url>
|
||||||
|
|
||||||
@@ -63,14 +63,14 @@
|
|||||||
<dependency>
|
<dependency>
|
||||||
<groupId>net.sourceforge.guacamole</groupId>
|
<groupId>net.sourceforge.guacamole</groupId>
|
||||||
<artifactId>guacamole-common</artifactId>
|
<artifactId>guacamole-common</artifactId>
|
||||||
<version>0.3.0</version>
|
<version>0.4.0</version>
|
||||||
<scope>compile</scope>
|
<scope>compile</scope>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>net.sourceforge.guacamole</groupId>
|
<groupId>net.sourceforge.guacamole</groupId>
|
||||||
<artifactId>guacamole-common-js</artifactId>
|
<artifactId>guacamole-common-js</artifactId>
|
||||||
<version>0.3.0</version>
|
<version>0.4.0</version>
|
||||||
<type>zip</type>
|
<type>zip</type>
|
||||||
<scope>runtime</scope>
|
<scope>runtime</scope>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
@@ -83,7 +83,7 @@
|
|||||||
<button id="CtrlAltDelete">Ctrl-Alt-Delete</button>
|
<button id="CtrlAltDelete">Ctrl-Alt-Delete</button>
|
||||||
|
|
||||||
<!-- Logo and status -->
|
<!-- 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>
|
<span id="state"></span>
|
||||||
|
|
||||||
<a href="agpl-3.0-standalone.html"><img id="license" src="images/agpl-logo.png" alt="AGPLv3"/></a>
|
<a href="agpl-3.0-standalone.html"><img id="license" src="images/agpl-logo.png" alt="AGPLv3"/></a>
|
||||||
|
Reference in New Issue
Block a user