Skip to content

Commit

Permalink
Merge pull request #99 from LasCC/update/v0.3.7
Browse files Browse the repository at this point in the history
Update version
  • Loading branch information
LasCC authored Apr 15, 2021
2 parents 9ebe982 + 78d892b commit d020708
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<img alt="logo_hack_tools" src="https://i.postimg.cc/GtLdZ2rZ/noun-Panama-hat-1454601.png" />
<h1>Welcome to HackTools 🛠</h1>
<p>
<img alt="Version" src="https://img.shields.io/badge/version-0.3.6-blue.svg?cacheSeconds=2592000&style=for-the-badge" />
<img alt="Version" src="https://img.shields.io/badge/version-0.3.7-blue.svg?cacheSeconds=2592000&style=for-the-badge" />
<img alt="release" src="https://img.shields.io/github/v/release/LasCC/Hack-Tools?color=yellow&style=for-the-badge" />
<a href="https://addons.mozilla.org/en-US/firefox/addon/hacktools" target="_blank">
<img alt="mozilla" src="https://img.shields.io/amo/v/hacktools?color=purple&label=mozilla%20addons&logo=mozilla&style=for-the-badge" />
Expand Down
2 changes: 1 addition & 1 deletion src/components/LayoutApp.js
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ export default (props) => {
<CopyrightCircleOutlined /> Hack Tools - The all in one Red team browser extension for web
pentesters
<Paragraph style={{ textAlign: 'center' }}>Ludovic COULON - Riadh BOUCHAHOUA</Paragraph>
<pre style={{ textAlign: 'center' }}>HackTools Version - 0.3.6</pre>
<pre style={{ textAlign: 'center' }}>HackTools Version - 0.3.7</pre>
<Button icon={<FullscreenOutlined style={{ margin: 5 }} />} type='link'>
<a href={target} rel='noreferrer noopener' target='_blank'>
Fullscreen mode
Expand Down
2 changes: 1 addition & 1 deletion src/manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Hack-Tools",
"version": "0.3.6",
"version": "0.3.7",
"description": "The all in one Red team extension for web pentester",
"browser_action": {
"default_title": "Hack-Tools",
Expand Down

0 comments on commit d020708

Please sign in to comment.