Skip to content

Commit c4f0197

Browse files
committed
Version changed
1 parent 1178fd9 commit c4f0197

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<groupId>org.fd</groupId>
66
<artifactId>Brida</artifactId>
7-
<version>0.4</version>
7+
<version>0.5</version>
88
<packaging>jar</packaging>
99

1010
<name>Brida</name>
@@ -120,6 +120,6 @@
120120
<artifactId>rsyntaxtextarea</artifactId>
121121
<version>2.6.1.edited</version>
122122
</dependency>
123-
123+
124124
</dependencies>
125125
</project>

src/main/java/burp/BurpExtender.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -380,7 +380,7 @@ public void registerExtenderCallbacks(IBurpExtenderCallbacks c) {
380380
stdout.println("Welcome to Brida, the new bridge between Burp Suite and Frida!");
381381
stdout.println("Created by Piergiovanni Cipolloni and Federico Dotta");
382382
stdout.println("Contributors: Maurizio Agazzini");
383-
stdout.println("Version: 0.4");
383+
stdout.println("Version: 0.5");
384384
stdout.println("");
385385
stdout.println("Github: https://github.com/federicodotta/Brida");
386386
stdout.println("");

0 commit comments

Comments
 (0)