GUAC-772: Update guacamole-common-js API_VERSION.

This commit is contained in:
Michael Jumper
2014-07-21 13:51:11 -07:00
parent db2066fa1f
commit a1452dd0b0
2 changed files with 2 additions and 2 deletions

View File

@@ -30,4 +30,4 @@ var Guacamole = Guacamole || {};
*
* @type String
*/
Guacamole.API_VERSION = "0.9.1";
Guacamole.API_VERSION = "0.9.2";

View File

@@ -156,7 +156,7 @@
<script type="text/javascript"> /* <![CDATA[ */
// Sanity check Guacamole JavaScript API version
if (Guacamole.API_VERSION !== "0.9.1")
if (Guacamole.API_VERSION !== "0.9.2")
GuacUI.Client.showStatus("Clear Your Cache", "An older version of Guacamole has been cached by your browser. Please clear your browser's cache and try again.");
// Start connect after control returns from onload (allow browser