Skip to content

Commit

Permalink
v0.4.5
Browse files Browse the repository at this point in the history
  • Loading branch information
cak committed Mar 20, 2020
1 parent f331ce7 commit 672ae82
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 @@ -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.4".toByteArray())
callbacks.stdout.write("Bookmarks [^] v0.4.5".toByteArray())
callbacks.stdout.write("\nAuthor: Caleb Kinney".toByteArray())
callbacks.stdout.write("\nEmail: caleb@derail.io".toByteArray())
callbacks.stdout.write("\nGitHub: github.com/cak".toByteArray())
Expand Down

0 comments on commit 672ae82

Please sign in to comment.