Skip to content

Commit

Permalink
bump extension version number
Browse files Browse the repository at this point in the history
  • Loading branch information
aress31 committed Dec 23, 2023
1 parent 093912e commit 2b93927
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: 6bf7574b632847faaaa4eb5e42f1757c
ExtensionType: 1
Name: OpenAPI Parser
RepoName: openapi-parser
ScreenVersion: 4.0
ScreenVersion: 4.1
SerialVersion: 24
MinPlatformVersion: 6
ProOnly: False
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/burp/MyBurpExtension.java
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ public class MyBurpExtension implements BurpExtension {
"<html>Copyright \u00a9 2016 - %s Alexandre Teyar, Aegis Cyber &lt;<a href=\"https://aegiscyber.co.uk\">www.aegiscyber.co.uk</a>&gt;. All Rights Reserved.</html>",
Calendar.getInstance().get(Calendar.YEAR));
public static final String EXTENSION = "OpenAPI Parser";
public static final String VERSION = "4.0";
public static final String VERSION = "4.1";

@Override
public void initialize(MontoyaApi montoyaApi) {
Expand Down

0 comments on commit 2b93927

Please sign in to comment.