Skip to content

Commit cf0989f

Browse files
committed
🔖 Version 1.0.1 release
1 parent 9acfc07 commit cf0989f

File tree

5 files changed

+32
-5
lines changed

5 files changed

+32
-5
lines changed

CHANGELOG

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,7 @@
1+
Version 1.0.1 [09-05-2019]
2+
- No Javascript Warning added
3+
- Auto create lab directory if not exist
4+
- Fix Chrome Web Store downloader
5+
- Updater fixed for windows
16
Version 1.0.0 [06-05-2019]
27
- Initial Launch

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
<p align='center'>
55
<img src="https://i.imgur.com/iOyxLPf.png" alt="Logo"> <br>
6-
<a href="https://github.com/Tuhinshubhra/ExtAnalysis/releases/tag/v.1.0.0"><img src="https://img.shields.io/badge/Version-1.0.0-brightgreen.svg?style=style=flat-square" alt="version"></a>
6+
<a href="https://github.com/Tuhinshubhra/ExtAnalysis/releases/tag/v.1.0.1"><img src="https://img.shields.io/badge/Version-1.0.1-brightgreen.svg?style=style=flat-square" alt="version"></a>
77
<img src="https://img.shields.io/badge/OS-Windows%2C%20Linux-blue.svg">
88
<a href="https://github.com/Tuhinshubhra/ExtAnalysis/"><img src="https://img.shields.io/badge/python-3-orange.svg?style=style=flat-square" alt="Python Version"></a>
99
<a href="https://github.com/Tuhinshubhra/ExtAnalysis/stargazers"><img src="https://img.shields.io/github/stars/Tuhinshubhra/ExtAnalysis.svg" alt="GitHub stars" /></a>

current_version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.0.0
1+
1.0.1

reports.json

Lines changed: 24 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,25 @@
11
{
2-
"reports": []
3-
}
2+
"reports": [
3+
{
4+
"id": "EXA2019128050625",
5+
"name": "Docs",
6+
"report_directory": "<reports_path>\\EXA2019128050625",
7+
"time": "2019-05-08 05:06:25",
8+
"version": "0.10"
9+
},
10+
{
11+
"id": "EXA2019128131522",
12+
"name": "PhishFort | Protect",
13+
"report_directory": "<reports_path>\\EXA2019128131522",
14+
"time": "2019-05-08 13:15:23",
15+
"version": "0.8.2"
16+
},
17+
{
18+
"id": "EXA2019128191012",
19+
"name": "WPintel - WordPress Vulnerability Scanner",
20+
"report_directory": "<reports_path>\\EXA2019128191012",
21+
"time": "2019-05-08 19:10:13",
22+
"version": "1.7"
23+
}
24+
]
25+
}

templates/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -258,7 +258,7 @@ <h3 class="mid_header">INFO</h3>
258258
-->
259259
<div style="width: 100%; padding: 0px 20%;">
260260
<div class="author_info">
261-
ExtAnalysis Version 1.0.0
261+
ExtAnalysis Version 1.0.1
262262
<br>
263263
Created By: r3dhax0r (Tuhinshubhra)
264264
<br>

0 commit comments

Comments
 (0)