Skip to content

Commit 0520ca2

Browse files
committed
Bump version
1 parent ea0276a commit 0520ca2

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<groupId>club.bytecode.the</groupId>
88
<artifactId>jda</artifactId>
9-
<version>1.1.1</version>
9+
<version>1.2.0</version>
1010

1111
<repositories>
1212
<repository>

src/main/java/club/bytecode/the/jda/JDA.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
import java.util.function.Supplier;
3939

4040
public class JDA {
41-
public static final String version = "1.1.1";
41+
public static final String version = "1.2.0";
4242

4343
public static final String ISSUE_TRACKER_URL = "https://github.com/LLVM-but-worse/jda/issues";
4444
public static final String fs = System.getProperty("file.separator");

src/main/resources/club/bytecode/the/jda/html/about.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<img src='$JDA_ICON$'">
55
<h2>JDA - The Java Disassembler</h2>
66
Version $JDA_VERSION$<br />
7-
(c) 2016-2018 ecx86<br />
7+
(c) 2016-2019 ecx86<br />
88
Icon by <a href="http://braydengregerson.com">Brayden Gregerson</a><br />
99
</p>
1010
</body>

0 commit comments

Comments
 (0)