Skip to content

Commit f6718a9

Browse files
committed
updated version numbers
1 parent 1ad3fe8 commit f6718a9

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "QuickValuesPlusWidget",
3-
"version": "3.0.1",
3+
"version": "3.0.2",
44
"description": "GrayLog2 QuickValuesPlus Widget Plugin",
55
"repository": {
66
"type": "git",
@@ -14,7 +14,7 @@
1414
"graylog"
1515
],
1616
"author": "Bill Murrin <[email protected]>",
17-
"license": "MIT",
17+
"license": "GPL-3.0",
1818
"dependencies": {
1919
"bootstrap": "3.3.6",
2020
"reflux": "^0.2.12",

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
<groupId>org.graylog.plugins</groupId>
1010
<artifactId>graylog-plugin-quickvaluesplus-widget</artifactId>
11-
<version>3.0.1</version>
11+
<version>3.0.2</version>
1212
<packaging>jar</packaging>
1313

1414
<name>${project.artifactId}</name>

0 commit comments

Comments
 (0)