Skip to content

Commit

Permalink
bumped version
Browse files Browse the repository at this point in the history
just for osx autoupdate test
  • Loading branch information
Mike Goodwin authored and Mike Goodwin committed Jul 28, 2019
1 parent eff48c7 commit d3fb723
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/layout/shell.js
Expand Up @@ -223,7 +223,7 @@ function shell($rootScope, $scope, $location, $route, common, datacontext, elect
electron.dialog.messageBox({
type: 'info',
title: 'About OWASP Threat Dragon',
message: 'OWASP Threat Dragon is a free, open-source, cross-platform threat modeling application including system diagramming and a rule engine to auto-generate threats/mitigations. It is an OWASP Incubator Project. (Version ' + VERSION + '-beta)'
message: 'OWASP Threat Dragon is a free, open-source, cross-platform threat modeling application including system diagramming and a rule engine to auto-generate threats/mitigations. It is an OWASP Incubator Project. (Version ' + VERSION + ')'
});
}
}
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,7 +1,7 @@
{
"name": "threatdragon",
"productName": "OWASP Threat Dragon",
"version": "0.6.1",
"version": "0.6.3",
"description": "Desktop version OWASP Threat Dragon",
"main": "main.js",
"scripts": {
Expand Down

0 comments on commit d3fb723

Please sign in to comment.