Skip to content

Commit

Permalink
Bump version: 2.0.0-alpha4
Browse files Browse the repository at this point in the history
  • Loading branch information
psrok1 committed Sep 30, 2020
1 parent 05a0234 commit aa76f10
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion mwdb/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@
except IOError:
git_revision = ""

app_version = "2.0.0-alpha3"
app_version = "2.0.0-alpha4"
app_build_version = f"{app_version}+{git_revision}" if git_revision else app_version
2 changes: 1 addition & 1 deletion mwdb/web/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion mwdb/web/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mwdb-web",
"version": "2.0.0-alpha3",
"version": "2.0.0-alpha4",
"private": true,
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^1.2.0-14",
Expand Down
2 changes: 1 addition & 1 deletion mwdb/web/src/commons/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@mwdb-web/commons",
"main": "index.js",
"private": true,
"version": "2.0.0-alpha3",
"version": "2.0.0-alpha4",
"dependencies": {
"axios": "0.19.2",
"identicon.js": "^2.3.2",
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"""

setup(name="mwdb-core",
version="2.0.0a3",
version="2.0.0a4",
description="MWDB malware database",
long_description=LONG_DESCRIPTION,
author="CERT Polska",
Expand Down

0 comments on commit aa76f10

Please sign in to comment.