GUACAMOLE-423: Bump version numbers for all modified components to 0.9.14.

This commit is contained in:
Michael Jumper
2017-12-05 23:42:48 -08:00
parent 8d92e45227
commit ce4cd11993
30 changed files with 51 additions and 51 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";