Skip to content

Commit

Permalink
v0.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
cak committed Dec 20, 2019
1 parent 869d6d7 commit e24b2ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/BurpExtender.kt
Expand Up @@ -5,7 +5,7 @@ class BurpExtender : IBurpExtender {
val tab = BookmarkTab(callbacks)
val table = tab.bookmarkTable
val menuItem = BookmarkMenu(table)
callbacks.stdout.write("Bookmarks [^] v0.4.1".toByteArray())
callbacks.stdout.write("Bookmarks [^] v0.4.3".toByteArray())
callbacks.stdout.write("\nAuthor: Caleb Kinney".toByteArray())
callbacks.stdout.write("\nEmail: caleb@cak.codes".toByteArray())
callbacks.stdout.write("\nGitHub: github.com/cak".toByteArray())
Expand Down

0 comments on commit e24b2ce

Please sign in to comment.