From a1452dd0b0a1e683b7fd64e93cefcd27a3f25ae6 Mon Sep 17 00:00:00 2001 From: Michael Jumper Date: Mon, 21 Jul 2014 13:51:11 -0700 Subject: [PATCH] GUAC-772: Update guacamole-common-js API_VERSION. --- guacamole-common-js/src/main/webapp/modules/Version.js | 2 +- guacamole/src/main/webapp/client.xhtml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/guacamole-common-js/src/main/webapp/modules/Version.js b/guacamole-common-js/src/main/webapp/modules/Version.js index 8d9183294..0f45f7a8e 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 @@ var Guacamole = Guacamole || {}; * * @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 0264e68aa..93ca15ba1 100644 --- a/guacamole/src/main/webapp/client.xhtml +++ b/guacamole/src/main/webapp/client.xhtml @@ -156,7 +156,7 @@