Skip to content

Commit 78d892b

Browse files
committed
Update version
1 parent 9ebe982 commit 78d892b

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<img alt="logo_hack_tools" src="https://i.postimg.cc/GtLdZ2rZ/noun-Panama-hat-1454601.png" />
33
<h1>Welcome to HackTools 🛠</h1>
44
<p>
5-
<img alt="Version" src="https://img.shields.io/badge/version-0.3.6-blue.svg?cacheSeconds=2592000&style=for-the-badge" />
5+
<img alt="Version" src="https://img.shields.io/badge/version-0.3.7-blue.svg?cacheSeconds=2592000&style=for-the-badge" />
66
<img alt="release" src="https://img.shields.io/github/v/release/LasCC/Hack-Tools?color=yellow&style=for-the-badge" />
77
<a href="https://addons.mozilla.org/en-US/firefox/addon/hacktools" target="_blank">
88
<img alt="mozilla" src="https://img.shields.io/amo/v/hacktools?color=purple&label=mozilla%20addons&logo=mozilla&style=for-the-badge" />

src/components/LayoutApp.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ export default (props) => {
198198
<CopyrightCircleOutlined /> Hack Tools - The all in one Red team browser extension for web
199199
pentesters
200200
<Paragraph style={{ textAlign: 'center' }}>Ludovic COULON - Riadh BOUCHAHOUA</Paragraph>
201-
<pre style={{ textAlign: 'center' }}>HackTools Version - 0.3.6</pre>
201+
<pre style={{ textAlign: 'center' }}>HackTools Version - 0.3.7</pre>
202202
<Button icon={<FullscreenOutlined style={{ margin: 5 }} />} type='link'>
203203
<a href={target} rel='noreferrer noopener' target='_blank'>
204204
Fullscreen mode

src/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "Hack-Tools",
3-
"version": "0.3.6",
3+
"version": "0.3.7",
44
"description": "The all in one Red team extension for web pentester",
55
"browser_action": {
66
"default_title": "Hack-Tools",

0 commit comments

Comments
 (0)