Skip to content

Commit

Permalink
Bump version to 1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
albinowax committed Jan 24, 2019
1 parent ffdd4af commit 0178098
Showing 1 changed file with 1 addition and 1 deletion.
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.1"
val version = "1.0.2"

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

0 comments on commit 0178098

Please sign in to comment.