Skip to content

Commit

Permalink
Update version
Browse files Browse the repository at this point in the history
  • Loading branch information
Col-E committed Mar 13, 2019
1 parent 66adadc commit 8f27102
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.11.0</version>
<version>1.11.1</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 @@ -5,7 +5,7 @@
import me.coley.recaf.ui.FxWindow;

public class Recaf {
public static final String VERSION = "1.11.0";
public static final String VERSION = "1.11.1";
public static String[] args;

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

0 comments on commit 8f27102

Please sign in to comment.