diff --git a/apps/frontend/package.json b/apps/frontend/package.json index 489105481a..a1b9d27a97 100644 --- a/apps/frontend/package.json +++ b/apps/frontend/package.json @@ -1,6 +1,6 @@ { "name": "@mitre/heimdall-lite", - "version": "2.9.1", + "version": "2.9.2", "description": "Heimdall-Lite 2 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 or from S3 and other data sources.", "repository": { "type": "git", diff --git a/lerna.json b/lerna.json index a1859ffc89..f5a7857504 100644 --- a/lerna.json +++ b/lerna.json @@ -1,6 +1,6 @@ { "packages": ["apps/*", "libs/*", "test"], - "version": "2.9.1", + "version": "2.9.2", "npmClient": "yarn", "useWorkspaces": true }