Merge 1.5.0 changes back to master.

This commit is contained in:
Mike Jumper
2023-01-10 21:52:26 -08:00
90 changed files with 638 additions and 359 deletions

View File

@@ -26,14 +26,14 @@
<groupId>org.apache.guacamole</groupId>
<artifactId>guacamole-common-js</artifactId>
<packaging>pom</packaging>
<version>1.4.0</version>
<version>1.5.0</version>
<name>guacamole-common-js</name>
<url>http://guacamole.apache.org/</url>
<parent>
<groupId>org.apache.guacamole</groupId>
<artifactId>guacamole-client</artifactId>
<version>1.4.0</version>
<version>1.5.0</version>
<relativePath>../</relativePath>
</parent>

View File

@@ -27,4 +27,4 @@ var Guacamole = Guacamole || {};
*
* @type {!string}
*/
Guacamole.API_VERSION = "1.4.0";
Guacamole.API_VERSION = "1.5.0";