We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f331ce7 commit 672ae82Copy full SHA for 672ae82
src/BurpExtender.kt
@@ -5,7 +5,7 @@ class BurpExtender : IBurpExtender {
5
val tab = BookmarkTab(callbacks)
6
val table = tab.bookmarkTable
7
val menuItem = BookmarkMenu(table)
8
- callbacks.stdout.write("Bookmarks [^] v0.4.4".toByteArray())
+ callbacks.stdout.write("Bookmarks [^] v0.4.5".toByteArray())
9
callbacks.stdout.write("\nAuthor: Caleb Kinney".toByteArray())
10
callbacks.stdout.write("\nEmail: [email protected]".toByteArray())
11
callbacks.stdout.write("\nGitHub: github.com/cak".toByteArray())
0 commit comments