Skip to content

Commit

Permalink
release knife v1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
bit4woo committed Jul 14, 2019
1 parent a606ff7 commit 5aacc5e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
</properties>
<modelVersion>4.0.0</modelVersion>
<groupId>com.bit4woo.burp</groupId>
<version>1.3</version>
<version>1.4</version>
<build>
<sourceDirectory>src</sourceDirectory>
<plugins>
Expand Down
2 changes: 1 addition & 1 deletion src/config/GUI.java
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ public class GUI extends JFrame {
*
*/
private static final long serialVersionUID = 1L;
public String ExtensionName = "Knife v1.3 by bit4woo";
public String ExtensionName = "Knife v1.4 by bit4woo";
public String github = "https://github.com/bit4woo/knife";

public Config config = new Config("default");
Expand Down

0 comments on commit 5aacc5e

Please sign in to comment.