Skip to content

Commit 0058143

Browse files
committed
Bump version number
1 parent 3e469af commit 0058143

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Changelog
22

3+
<a name="0.10"></a>
4+
## v0.10 (Lance)
5+
- fix bug in hasAuthenticationCharacteristic
6+
- reduce amount of requests
7+
38
<a name="0.9"></a>
49
## v0.9 (Buddy Holly)
510
- fix bugs

DetectDynamicJS.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@
3030
except ImportError:
3131
print "Failed to load dependencies. This issue maybe caused by using an unstable Jython version."
3232

33-
VERSION = '0.9'
34-
VERSIONNAME = 'Buddy Holly'
33+
VERSION = '0.10'
34+
VERSIONNAME = 'Lance'
3535

3636

3737
class BurpExtender(IBurpExtender, IScannerCheck, IExtensionStateListener, IHttpRequestResponse):

0 commit comments

Comments
 (0)