From e0ab47f08637ce3ded2d9d0ab3cc470e52678f0a Mon Sep 17 00:00:00 2001 From: "sw.jung" Date: Sat, 17 Feb 2018 19:57:49 +0900 Subject: [PATCH] Bump version to v6.1.3 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 909723a..43eed25 100644 --- a/package.json +++ b/package.json @@ -1,10 +1,10 @@ { "name": "notification_center", - "version": "6.1.2", + "version": "6.1.3", "description": "Notification center for kibana", "main": "index.js", "kibana": { - "version": "6.1.2" + "version": "6.1.3" }, "scripts": { "lint": "eslint",