Skip to content

Commit 5aacc5e

Browse files
committed
release knife v1.4
1 parent a606ff7 commit 5aacc5e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
</properties>
77
<modelVersion>4.0.0</modelVersion>
88
<groupId>com.bit4woo.burp</groupId>
9-
<version>1.3</version>
9+
<version>1.4</version>
1010
<build>
1111
<sourceDirectory>src</sourceDirectory>
1212
<plugins>

src/config/GUI.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ public class GUI extends JFrame {
5050
*
5151
*/
5252
private static final long serialVersionUID = 1L;
53-
public String ExtensionName = "Knife v1.3 by bit4woo";
53+
public String ExtensionName = "Knife v1.4 by bit4woo";
5454
public String github = "https://github.com/bit4woo/knife";
5555

5656
public Config config = new Config("default");

0 commit comments

Comments
 (0)