Skip to content
This repository has been archived by the owner on Mar 10, 2023. It is now read-only.

Commit

Permalink
Version 0.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
fruh committed Apr 28, 2017
1 parent 3dd96bc commit 38bd961
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion BappManifest.bmf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Uuid: 33839d04fdaa4e3b80292fbed115db13
ExtensionType: 1
Name: ExtendedMacro
RepoName: extended-macro
ScreenVersion: 0.0.4
ScreenVersion: 0.0.5
SerialVersion: 1
MinPlatformVersion: 0
ProOnly: False
Expand Down
2 changes: 1 addition & 1 deletion src/burp/BurpExtender.java
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
public class BurpExtender implements IBurpExtender, IHttpListener, IContextMenuFactory, ITab {
private static String EXTENSION_NAME = "ExtendedMacro";
private static String EXTENSION_NAME_TAB_NAME = "Extended Macro";
private static String VERSION = "0.0.4";
private static String VERSION = "0.0.5";
public PrintWriter stdout;
public PrintWriter stderr;
public IExtensionHelpers helpers;
Expand Down

0 comments on commit 38bd961

Please sign in to comment.