Skip to content

Commit

Permalink
Update version: patch
Browse files Browse the repository at this point in the history
  • Loading branch information
Col-E committed Aug 1, 2018
1 parent a7215ed commit 41de0f8
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 @@ -3,7 +3,7 @@
<groupId>me.coley</groupId>
<artifactId>recaf</artifactId>
<url>https://github.com/Col-E/Recaf/</url>
<version>1.5.1</version>
<version>1.5.2</version>
<name>Recaf</name>
<description>A modern java bytecode editor</description>
<!--
Expand Down
2 changes: 1 addition & 1 deletion src/me/coley/recaf/Recaf.java
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
import picocli.CommandLine;

public class Recaf {
public static final String VERSION = "1.5.1";
public static final String VERSION = "1.5.2";
public static String[] launchArgs;

public static void main(String[] args) {
Expand Down

0 comments on commit 41de0f8

Please sign in to comment.