Skip to content

Commit

Permalink
Updated version number to 1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
JGillam committed Dec 9, 2016
1 parent 425bf61 commit e0ae766
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/com/professionallyevil/bc/Paramalyzer.java
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ public class Paramalyzer implements IBurpExtender, ITab, CorrelatorEngineListene
private int lastSelectedRow = -1;
private IHttpRequestResponse displayedRequest = null;

private static final String VERSION = "1.0.1";
private static final String VERSION = "1.0.2";
private static final String EXTENSION_NAME = "Paramalyzer";

public Paramalyzer() {
Expand Down

0 comments on commit e0ae766

Please sign in to comment.