Skip to content

Commit

Permalink
Update to version 1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Johannes Deml committed Sep 23, 2018
1 parent 26c5a6b commit af8be7f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
Manifest-Version: 1.0
Class-Path: .
Main-Class: org.nick.abe.Main

2 changes: 1 addition & 1 deletion src/org/nick/abe/Main.java
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

public class Main {

public static String VERSION = "v 1.4.0";
public static String VERSION = "v 1.5.0";

public static void main(String[] args) {
Security.addProvider(new BouncyCastleProvider());
Expand Down

0 comments on commit af8be7f

Please sign in to comment.