From eeb4d717209f8a05011089d385e794f240ddb4f2 Mon Sep 17 00:00:00 2001 From: Witold Bedyk Date: Thu, 25 Oct 2018 14:35:40 +0200 Subject: [PATCH] Bump version to 1.4.0 `new-release` command from release repo forces skipping 1.3.0 and bumping to 1.4.0 directly as we haven't released a delivery in Rocky cycle. Change-Id: I0b4ca5d33535614617b280c6b8853c6d93d934f4 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 3ee7158..bef8531 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "monasca-kibana-plugin", - "version": "1.3.0", + "version": "1.4.0", "description": "Keystone authentication & multitenancy support for Kibana 4.6.x", "author": "OpenStack", "license": "Apache-2.0", @@ -56,4 +56,4 @@ "sinon": "^1.17.3", "wreck": "^8.0.0" } -} \ No newline at end of file +}