From fdac48d055aa388f681983971f21aa699de6e3b9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20MOHIER?= Date: Sun, 15 Nov 2015 08:15:44 +0100 Subject: [PATCH] Version 2.2.1 published on Shinken.IO --- module/module.py | 2 +- package.json | 5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-) 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"