We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 116dd1e commit fa48a97Copy full SHA for fa48a97
README.md
@@ -42,5 +42,6 @@ The configuration options are available in the tab YesWeHack / Options
42
43
## Changelog
44
45
-- v1.0.1 - Basic support for TOTP
+- v1.0.2 - Basic support for TOTP
46
+- v1.0.1 - Bugfix
47
- v1.0.0 - Initial release
src/addon.py
@@ -9,7 +9,7 @@
9
DEFAULT_URI = "https://api.yeswehack.com"
10
EXTENSION_NAME = "YesWeBurp"
11
TAB_NAME = "YesWeHack"
12
-VERSION = "1.0.1"
+VERSION = "1.0.2"
13
14
15
class BurpExtender(IBurpExtender, ITab):
0 commit comments