GUACAMOLE-729: Extensions compatible with 1.0.0 are also compatible with 1.1.0.

This commit is contained in:
Michael Jumper
2019-02-09 11:09:05 -08:00
parent c3fbf44f70
commit c675d83ff9

View File

@@ -62,7 +62,8 @@ public class ExtensionModule extends ServletModule {
private static final List<String> ALLOWED_GUACAMOLE_VERSIONS =
Collections.unmodifiableList(Arrays.asList(
"*",
"1.0.0"
"1.0.0",
"1.1.0"
));
/**