Skip to content

Commit

Permalink
Push version to 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Merenon committed Nov 14, 2017
1 parent 6564d66 commit 2989175
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 3 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG
@@ -1,5 +1,14 @@
============
2017-11-14
============

1.0.1
Additional key confusion public key transformation added.


============
2016-11-28
============

1.0.0
Initial release of version 1.0.0 (BETA)
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>eu.dety.burp</groupId>
<artifactId>JOSEPH</artifactId>
<version>1.0.0</version>
<version>1.0.1</version>
<packaging>jar</packaging>
<inceptionYear>2016</inceptionYear>
<name>JOSEPH</name>
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/burp/BurpExtender.java
Expand Up @@ -62,7 +62,7 @@ public void registerExtenderCallbacks(IBurpExtenderCallbacks callbacks) {
String time = dateFormat.format(calObj.getTime());
stdout.println("+---------------------------------------------------------+");
stdout.println("| JOSEPH |");
stdout.println("| Version 1.0.0 |");
stdout.println("| Version 1.0.1 |");
stdout.println("| Started @ " + time + " |");
stdout.println("+---------------------------------------------------------+");

Expand Down
@@ -1,6 +1,6 @@
NAME=JOSEPH
NAME_LONG=JavaScript Object Signing and Encryption Pentesting Helper
NAME_WITH_VERSION=JOSEPH v1.0.0
NAME_WITH_VERSION=JOSEPH v1.0.1
COPYRIGHT=\u00a9 2016 Dennis Detering
HELP=Help
INFO=Info
Expand Down

0 comments on commit 2989175

Please sign in to comment.