From 14af4da009af828c17fb45f89c718463d6f36135 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Mon, 13 Sep 2021 18:43:26 +0200 Subject: [PATCH] Bump package.json version to 4.1.5 --- graylog2-web-interface/manifests/package.json | 2 +- graylog2-web-interface/package.json | 2 +- graylog2-web-interface/packages/graylog-web-plugin/package.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/graylog2-web-interface/manifests/package.json b/graylog2-web-interface/manifests/package.json index 2a53f880047e..96a11331371f 100644 --- a/graylog2-web-interface/manifests/package.json +++ b/graylog2-web-interface/manifests/package.json @@ -1,6 +1,6 @@ { "name": "graylog-web-manifests", - "version": "4.1.4-SNAPSHOT", + "version": "4.1.5", "description": "Manifests needed to reuse vendor & shared bundles in graylog web interface plugins", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" diff --git a/graylog2-web-interface/package.json b/graylog2-web-interface/package.json index 14bc5ccb43f4..b494938e17ef 100644 --- a/graylog2-web-interface/package.json +++ b/graylog2-web-interface/package.json @@ -1,6 +1,6 @@ { "name": "graylog-web-interface", - "version": "4.1.4-SNAPSHOT", + "version": "4.1.5", "description": "Graylog Web Interface", "author": "torch", "license": "SSPL-1.0", diff --git a/graylog2-web-interface/packages/graylog-web-plugin/package.json b/graylog2-web-interface/packages/graylog-web-plugin/package.json index 8dc3705b11ad..cb0e036b7708 100644 --- a/graylog2-web-interface/packages/graylog-web-plugin/package.json +++ b/graylog2-web-interface/packages/graylog-web-plugin/package.json @@ -1,6 +1,6 @@ { "name": "graylog-web-plugin", - "version": "4.1.4-SNAPSHOT", + "version": "4.1.5", "description": "Helper code for streamlining Graylog web interface plugin development", "main": "index.js", "scripts": {