We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ad3fe8 commit f6718a9Copy full SHA for f6718a9
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "QuickValuesPlusWidget",
3
- "version": "3.0.1",
+ "version": "3.0.2",
4
"description": "GrayLog2 QuickValuesPlus Widget Plugin",
5
"repository": {
6
"type": "git",
@@ -14,7 +14,7 @@
14
"graylog"
15
],
16
"author": "Bill Murrin <[email protected]>",
17
- "license": "MIT",
+ "license": "GPL-3.0",
18
"dependencies": {
19
"bootstrap": "3.3.6",
20
"reflux": "^0.2.12",
pom.xml
@@ -8,7 +8,7 @@
8
9
<groupId>org.graylog.plugins</groupId>
10
<artifactId>graylog-plugin-quickvaluesplus-widget</artifactId>
11
- <version>3.0.1</version>
+ <version>3.0.2</version>
12
<packaging>jar</packaging>
13
<name>${project.artifactId}</name>
0 commit comments