Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
rcx committed Jul 17, 2019
1 parent ea0276a commit 0520ca2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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 @@

<groupId>club.bytecode.the</groupId>
<artifactId>jda</artifactId>
<version>1.1.1</version>
<version>1.2.0</version>

<repositories>
<repository>
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/club/bytecode/the/jda/JDA.java
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
import java.util.function.Supplier;

public class JDA {
public static final String version = "1.1.1";
public static final String version = "1.2.0";

public static final String ISSUE_TRACKER_URL = "https://github.com/LLVM-but-worse/jda/issues";
public static final String fs = System.getProperty("file.separator");
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/club/bytecode/the/jda/html/about.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<img src='$JDA_ICON$'">
<h2>JDA - The Java Disassembler</h2>
Version $JDA_VERSION$<br />
(c) 2016-2018 ecx86<br />
(c) 2016-2019 ecx86<br />
Icon by <a href="http://braydengregerson.com">Brayden Gregerson</a><br />
</p>
</body>
Expand Down

0 comments on commit 0520ca2

Please sign in to comment.