Merge pull request #86 from glyptodon/fix-js-version

GUAC-1018: Bump version in Version.js of guacamole-common-js (incorrect since 0.9.4).
This commit is contained in:
James Muehlner
2015-02-15 22:26:49 -08:00

View File

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