Skip to content

Commit

Permalink
Bump version to 2.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jgillam committed Aug 2, 2022
1 parent 3fcd2f1 commit 00d5517
Show file tree
Hide file tree
Showing 3 changed files with 67 additions and 66 deletions.
125 changes: 63 additions & 62 deletions .idea/workspace.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions BappManifest.bmf
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@ Uuid: 0ac13c45adff4e31a3ca8dc76dd6286c
ExtensionType: 1
Name: Paramalyzer
RepoName: paramalyzer
ScreenVersion: 1.0.2
SerialVersion: 5
ScreenVersion: 2.2.1
SerialVersion: 7
MinPlatformVersion: 0
ProOnly: False
Author: Jason Gillam
ShortDescription: Improves efficiency of manual parameter analysis for web penetration tests.
ShortDescription: Improves efficiency of manual parameter analysis for web penetration tests and helps find sensitive information leakage.
EntryPoint: build/libs/paramalyzer-all.jar
BuildCommand: gradle fatJar
2 changes: 1 addition & 1 deletion src/com/professionallyevil/paramalyzer/Paramalyzer.java
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ public class Paramalyzer implements IBurpExtender, ITab, WorkerStatusListener, C
private SecretHunter secretHunter;

private static final boolean DEBUG_STATUS = true;
private static final String VERSION = "2.2.0";
private static final String VERSION = "2.2.1";
private static final String EXTENSION_NAME = "Paramalyzer";

public Paramalyzer() {
Expand Down

0 comments on commit 00d5517

Please sign in to comment.