Skip to content

Commit fa48a97

Browse files
author
Lucas PHILIPPE
committed
versioning is hard
1 parent 116dd1e commit fa48a97

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,5 +42,6 @@ The configuration options are available in the tab YesWeHack / Options
4242

4343
## Changelog
4444

45-
- v1.0.1 - Basic support for TOTP
45+
- v1.0.2 - Basic support for TOTP
46+
- v1.0.1 - Bugfix
4647
- v1.0.0 - Initial release

src/addon.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
DEFAULT_URI = "https://api.yeswehack.com"
1010
EXTENSION_NAME = "YesWeBurp"
1111
TAB_NAME = "YesWeHack"
12-
VERSION = "1.0.1"
12+
VERSION = "1.0.2"
1313

1414

1515
class BurpExtender(IBurpExtender, ITab):

0 commit comments

Comments
 (0)