From f161c95229b37d97cde989933bd0fe1de76784f6 Mon Sep 17 00:00:00 2001 From: Guillaume Subiron Date: Tue, 3 Oct 2017 08:34:00 +0200 Subject: [PATCH] 2.6.1 --- 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 7a26e858..d326aaed 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ ## Description Shinken Web User Interface -Current version is 2.6.0, available on [`shinken.io`](http://shinken.io/package/webui2). +Current version is 2.6.1, available on [`shinken.io`](http://shinken.io/package/webui2). ## Release notes diff --git a/module/module.py b/module/module.py index 4fc0af0e..70637544 100644 --- a/module/module.py +++ b/module/module.py @@ -25,7 +25,7 @@ # along with Shinken. If not, see . -WEBUI_VERSION = "2.6.0" +WEBUI_VERSION = "2.6.1" WEBUI_COPYRIGHT = "(c) 2009-2017 - License GNU AGPL as published by the FSF, minimum version 3 of the License." diff --git a/package.json b/package.json index d2cd069d..f9bbcfc7 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "webui2", "types": ["module"], - "version": "2.6.0", + "version": "2.6.1", "homepage": "https://github.com/shinken-monitoring/mod-webui/wiki", "author": "Guillaume Subiron", "description": "Web User Interface for Shinken",