Skip to content

Commit

Permalink
Changed version numbers for new release
Browse files Browse the repository at this point in the history
  • Loading branch information
cyb3rfox committed Oct 31, 2020
1 parent afd4439 commit b6c008f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
7 changes: 5 additions & 2 deletions src/gui_definitions.js
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,10 @@ var config = {
{ type: 'menu', id: 'help', text: 'Help', icon: 'fa fa-question-circle', items: [
{ type: 'button', id: 'online_help', text: 'Online Help', icon: 'fa fa-globe' },
{ type: 'button', id: 'about', text: 'About', icon: 'fa fa-info' },
]}, { type: 'spacer' },
]},
//{ type: 'button', id: 'casenews', text: 'Case News', icon: 'fa fa-newspaper-o' },

{ type: 'spacer' },
//{ type: 'html',html:"<img onclick=\"browser_open('https://www.infoguard.ch/')\" src='img/ig.png' style='height:30px'>&nbsp;<img onclick=\"browser_open('https://cyberfox.blog/')\" src='img/logo.png'>" },
{ type: 'html',html:"<img onclick=\"browser_open('https://cyberfox.blog/')\" src='img/logo.png'>" },

Expand Down Expand Up @@ -833,7 +836,7 @@ var config = {
about_content = `
<div id="aboutcontent" style="position: absolute; left: 5px; top: 5px; right: 5px; bottom: 5px;">
<p>Aurora 0.6.4</p>
<p>Aurora 0.6.5</p>
(c) 2020 Mathias Fuchs (<a onclick="browser_open('https://cyberfox.blog')" href="#">https://cyberfox.blog</a>)
<p>Released under Apache 2.0 License</p>
<p>Supported and used by <a onclick="browser_open('https://www.infoguard.ch')" href="#">InfoGuard</a></p>
Expand Down
2 changes: 1 addition & 1 deletion src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<html>
<head>
<meta charset="UTF-8">
<title>Aurora Incident Response 0.6.4</title>
<title>Aurora Incident Response 0.6.5</title>


<!-- BEGIN External Libs Imports-->
Expand Down

0 comments on commit b6c008f

Please sign in to comment.