diff --git a/module/module.py b/module/module.py index f9d3f83d..cd5e2ec1 100644 --- a/module/module.py +++ b/module/module.py @@ -25,7 +25,7 @@ # along with Shinken. If not, see . -WEBUI_VERSION = "2.2.0" +WEBUI_VERSION = "2.2.1" WEBUI_COPYRIGHT = "(c) 2009-2015 - License GNU AGPL as published by the FSF, minimum version 3 of the License." WEBUI_RELEASENOTES = """Bootstrap 3 User Interface - complete User Interface refactoring""" diff --git a/package.json b/package.json index d0e86922..693da06c 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "webui2", "types": ["module"], - "version": "2.2.0", + "version": "2.2.1", "homepage": "https://github.com/shinken-monitoring/mod-webui/wiki", "author": "Frédéric MOHIER", "description": "Web User Interface for Shinken, version 2.2.0", @@ -23,7 +23,8 @@ "webui", "ui", "web", - "user interface" + "user", + "interface" ], "dependencies": { "shinken": ">=2.0"