Skip to content

Commit

Permalink
Bump version to 1.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
albinowax committed Mar 13, 2019
1 parent eea7831 commit 1ae63fa
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions BappManifest.bmf
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ Uuid: 9abaa233088242e8be252cd4ff534988
ExtensionType: 1
Name: Turbo Intruder
RepoName: turbo-intruder
ScreenVersion: 1.0.5
SerialVersion: 7
ScreenVersion: 1.0.6
SerialVersion: 8
MinPlatformVersion: 0
ProOnly: False
Author: James 'albinowax' Kettle, PortSwigger Web Security
Expand Down
2 changes: 1 addition & 1 deletion src/BurpExtender.kt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ package burp

class BurpExtender(): IBurpExtender, IExtensionStateListener {

val version = "1.0.5"
val version = "1.0.6"

override fun extensionUnloaded() {
Utils.unloaded = true
Expand Down

0 comments on commit 1ae63fa

Please sign in to comment.