Skip to content

Commit

Permalink
Bump package.json version to 3.0.0-beta.4
Browse files Browse the repository at this point in the history
  • Loading branch information
garybot2 committed Jan 24, 2019
1 parent e798b97 commit a017262
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion graylog2-web-interface/manifests/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "graylog-web-manifests",
"version": "3.0.0-beta.4-SNAPSHOT",
"version": "3.0.0-beta.4",
"description": "Manifests needed to reuse vendor & shared bundles in graylog web interface plugins",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
Expand Down
2 changes: 1 addition & 1 deletion graylog2-web-interface/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "graylog-web-interface",
"version": "3.0.0-beta.4-SNAPSHOT",
"version": "3.0.0-beta.4",
"description": "Graylog Web Interface",
"author": "torch",
"license": "GPL-3.0",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "graylog-web-plugin",
"version": "3.0.0-beta.4-SNAPSHOT",
"version": "3.0.0-beta.4",
"description": "Helper code for streamlining Graylog web interface plugin development",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit a017262

Please sign in to comment.