GUAC-772: Update guacamole-common-js API_VERSION.
diff --git a/guacamole-common-js/src/main/webapp/modules/Version.js b/guacamole-common-js/src/main/webapp/modules/Version.js
index 8d91832..0f45f7a 100644
--- a/guacamole-common-js/src/main/webapp/modules/Version.js
+++ b/guacamole-common-js/src/main/webapp/modules/Version.js
@@ -30,4 +30,4 @@
  *
  * @type String
  */
-Guacamole.API_VERSION = "0.9.1";
+Guacamole.API_VERSION = "0.9.2";
diff --git a/guacamole/src/main/webapp/client.xhtml b/guacamole/src/main/webapp/client.xhtml
index 0264e68..93ca15b 100644
--- a/guacamole/src/main/webapp/client.xhtml
+++ b/guacamole/src/main/webapp/client.xhtml
@@ -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