Merge 0.9.14 changes back to master.

This commit is contained in:
Nick Couchman
2018-01-01 16:29:38 -05:00
31 changed files with 54 additions and 53 deletions

View File

@@ -26,7 +26,7 @@
<groupId>org.apache.guacamole</groupId>
<artifactId>guacamole-common-js</artifactId>
<packaging>pom</packaging>
<version>0.9.13-incubating</version>
<version>0.9.14</version>
<name>guacamole-common-js</name>
<url>http://guacamole.apache.org/</url>

View File

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