Skip to content

Commit 1f30bc2

Browse files
committed
bumping version information and updating packages
1 parent 6e72d97 commit 1f30bc2

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "QuickValuesPlusWidget",
3-
"version": "3.1.0",
3+
"version": "4.0.0",
44
"description": "GrayLog2 QuickValuesPlus Widget Plugin",
55
"repository": {
66
"type": "git",
@@ -16,11 +16,11 @@
1616
"author": "Bill Murrin <[email protected]>",
1717
"license": "GPL-3.0",
1818
"dependencies": {
19-
"bootstrap": "3.3.6",
19+
"bootstrap": "^3.3.7",
2020
"reflux": "^0.2.12",
2121
"crossfilter": "1.3.x",
2222
"d3": "3.5.17",
23-
"dc": "2.0.0-beta.19",
23+
"dc": "2.0.5",
2424
"immutable": "^3.7.5"
2525
},
2626
"devDependencies": {

pom.xml

Lines changed: 2 additions & 2 deletions
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.1.0</version>
11+
<version>4.0.0</version>
1212
<packaging>jar</packaging>
1313

1414
<name>${project.artifactId}</name>
@@ -37,7 +37,7 @@
3737
<!-- Plugins will not be deployed by default - set to `false` if you actually want to deploy it -->
3838
<maven.deploy.skip>true</maven.deploy.skip>
3939

40-
<graylog.version>2.3.0</graylog.version>
40+
<graylog.version>2.4.0</graylog.version>
4141
<graylog.plugin-dir>/usr/share/graylog-server/plugin</graylog.plugin-dir>
4242
</properties>
4343

src/main/java/org/graylog/plugins/quickvaluesplus/QuickValuesPlusWidgetMetaData.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ public URI getURL() {
3636

3737
@Override
3838
public Version getVersion() {
39-
return Version.fromPluginProperties(getClass(), PLUGIN_PROPERTIES, "version", Version.from(3, 0, 0, "unknown"));
39+
return Version.fromPluginProperties(getClass(), PLUGIN_PROPERTIES, "version", Version.from(4, 0, 0, "unknown"));
4040
}
4141

4242
@Override
@@ -47,7 +47,7 @@ public String getDescription() {
4747

4848
@Override
4949
public Version getRequiredVersion() {
50-
return Version.fromPluginProperties(getClass(), PLUGIN_PROPERTIES, "graylog.version", Version.from(2, 3, 0, "unknown"));
50+
return Version.fromPluginProperties(getClass(), PLUGIN_PROPERTIES, "graylog.version", Version.from(2, 4, 0, "unknown"));
5151
}
5252

5353
@Override

0 commit comments

Comments
 (0)