Skip to content

Commit

Permalink
v2.4.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Robert Clark committed Apr 20, 2021
1 parent ac4d1e8 commit e2df401
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion apps/backend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "heimdall-server",
"version": "2.4.4",
"version": "2.4.5",
"description": "",
"license": "Apache-2.0",
"author": "",
Expand Down
2 changes: 1 addition & 1 deletion apps/frontend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mitre/heimdall-lite",
"version": "2.4.4",
"version": "2.4.5",
"description": "Heimdall Lite 2.0 is a JavaScript based security results viewer and review tool supporting multiple security results formats, such as: InSpec, SonarQube, OWASP-Zap and Fortify which you can load locally, from S3 and other data sources.",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"libs/*",
"test"
],
"version": "2.4.4",
"version": "2.4.5",
"npmClient": "yarn",
"useWorkspaces": true
}
2 changes: 1 addition & 1 deletion test/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@heimdall/cypress-tests",
"version": "2.4.3",
"version": "2.4.5",
"private": true,
"description": "",
"scripts": {
Expand Down

0 comments on commit e2df401

Please sign in to comment.