Skip to content

Commit

Permalink
Merge pull request #131 from mike-goodwin/ready-for-release
Browse files Browse the repository at this point in the history
Release version 1.1
  • Loading branch information
jgadsden committed Mar 15, 2020
2 parents a07ab14 + a7deaf7 commit b18e026
Show file tree
Hide file tree
Showing 5 changed files with 139,611 additions and 94,642 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "owasp-threat-dragon",
"version": "0.6.1",
"version": "1.1.0",
"private": false,
"scripts": {
"build": "npm run-script bundle && npm run-script bundle-minify && npm run-script bundle-css && npm run-script bundle-minify-css && npm run-script copy-fonts",
Expand Down Expand Up @@ -55,7 +55,7 @@
"lodash": "^4.17.14",
"morgan": "1.9.1",
"octonode": "0.9.5",
"owasp-threat-dragon-core": "^0.6.1",
"owasp-threat-dragon-core": "^0.7.1",
"passport": "0.4.0",
"passport-github": "1.1.0",
"pug": "^2.0.4",
Expand Down
4 changes: 2 additions & 2 deletions td/public/app/layout/topnav.html
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,11 @@
<a class="btn btn-primary" href="https://github.com/mike-goodwin/owasp-threat-dragon" target="_blank">
<i title="Visit us on GitHub" class="fa fa-github fa-2x"></i>
</a>
<a title="Go to the OWASP wiki" class="btn btn-primary" href="https://www.owasp.org" target="_blank">
<a title="Go to the OWASP wiki" class="btn btn-primary" href="https://www.owasp.org/www-project-threat-dragon/" target="_blank">
<img src="public/content/images/owasp.svg" />
</a>
</form>
</div>
</div>
</div>
</nav>
</nav>
Loading

0 comments on commit b18e026

Please sign in to comment.