From 3ecda9e4b7fca5f80dc912ffb0f6674fb3b5c374 Mon Sep 17 00:00:00 2001 From: Guillaume Subiron Date: Sun, 26 Jan 2020 15:23:21 +0100 Subject: [PATCH] Version 2.8.2 --- README.md | 2 +- module/module.py | 2 +- package.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 265f0435..183b9698 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ ## Description Shinken Web User Interface -Current version is 2.8.1, available on [`shinken.io`](http://shinken.io/package/webui2). +Current version is 2.8.2, available on [`shinken.io`](http://shinken.io/package/webui2). ## Release notes diff --git a/module/module.py b/module/module.py index c10116b1..8cce4088 100644 --- a/module/module.py +++ b/module/module.py @@ -30,7 +30,7 @@ to get broks and recreate real objects, and propose a Web User Interface :) """ -WEBUI_VERSION = "2.8.1" +WEBUI_VERSION = "2.8.2" WEBUI_COPYRIGHT = "2009-2019" WEBUI_LICENSE = "License GNU AGPL as published by the FSF, minimum version 3 of the License." diff --git a/package.json b/package.json index fe317d1c..73ea4425 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "webui2", "types": ["module"], - "version": "2.8.1", + "version": "2.8.2", "homepage": "https://github.com/shinken-monitoring/mod-webui/wiki", "author": "Guillaume Subiron", "description": "Web User Interface for Shinken",