Merge 1.4.0 changes back to master.

This commit is contained in:
Virtually Nick
2021-12-12 07:25:13 -05:00
43 changed files with 99 additions and 88 deletions

View File

@@ -26,14 +26,14 @@
<groupId>org.apache.guacamole</groupId>
<artifactId>guacamole-common-js</artifactId>
<packaging>pom</packaging>
<version>1.3.0</version>
<version>1.4.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.3.0</version>
<version>1.4.0</version>
<relativePath>../</relativePath>
</parent>

View File

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