Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
albinowax committed Aug 14, 2019
1 parent 03eccf8 commit 694dcdf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions BappManifest.bmf
Expand Up @@ -2,8 +2,8 @@ Uuid: aaaa60ef945341e8a450217a54a11646
ExtensionType: 1
Name: HTTP Request Smuggler
RepoName: http-request-smuggler
ScreenVersion: 1.0
SerialVersion: 1
ScreenVersion: 1.01
SerialVersion: 2
MinPlatformVersion: 0
ProOnly: False
Author: James Kettle
Expand Down
2 changes: 1 addition & 1 deletion src/burp/BurpExtender.java
Expand Up @@ -4,7 +4,7 @@

public class BurpExtender implements IBurpExtender, IExtensionStateListener {
private static final String name = "HTTP Request Smuggler";
private static final String version = "1.0";
private static final String version = "1.01";
public boolean unloaded = false;
static ConcurrentHashMap<String, Boolean> hostsToSkip = new ConcurrentHashMap<>();

Expand Down

0 comments on commit 694dcdf

Please sign in to comment.