Skip to content

Commit

Permalink
v0.4.9
Browse files Browse the repository at this point in the history
  • Loading branch information
cak committed May 19, 2020
1 parent a56dd2f commit c501c05
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/BurpExtender.kt
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@ class BurpExtender : IBurpExtender {
val tab = BookmarkTab(callbacks)
val table = tab.bookmarkTable
val menuItem = BookmarkMenu(table)
callbacks.stdout.write("Bookmarks [^] v0.4.8".toByteArray())
callbacks.stdout.write("Bookmarks [^] v0.4.9".toByteArray())
callbacks.stdout.write("\nAuthor: Caleb Kinney".toByteArray())
callbacks.stdout.write("\nEmail: [email protected]".toByteArray())
callbacks.stdout.write("\nGitHub: github.com/cak".toByteArray())
callbacks.setExtensionName("Bookmarks [^]")
callbacks.stdout.write("\nWebsite: https://derail.io".toByteArray())
callbacks.setExtensionName("Bookmarks")
callbacks.addSuiteTab(tab)
callbacks.registerContextMenuFactory(menuItem)
}
Expand Down

0 comments on commit c501c05

Please sign in to comment.