Skip to content

Commit 11aa8b2

Browse files
committed
Bump version -> 2.21.2
1 parent a011b21 commit 11aa8b2

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<groupId>me.coley</groupId>
44
<artifactId>recaf</artifactId>
55
<url>https://github.com/Col-E/Recaf/</url>
6-
<version>2.21.1</version>
6+
<version>2.21.2</version>
77
<name>Recaf</name>
88
<description>A modern java bytecode editor</description>
99
<!-- Variables -->
@@ -15,10 +15,10 @@
1515
<cfr.version>0.151</cfr.version>
1616
<ff.version>403</ff.version>
1717
<procyon.version>0.5.36</procyon.version>
18-
<junit.version>5.7.0</junit.version>
18+
<junit.version>5.8.1</junit.version>
1919
<pico.version>4.6.1</pico.version>
2020
<jline.version>3.20.0</jline.version>
21-
<jp.version>3.23.0</jp.version>
21+
<jp.version>3.23.1</jp.version>
2222
<jfx.version>16</jfx.version>
2323
<spotbugs.version>4.0.0</spotbugs.version>
2424
<spotbugs-mvn.version>3.1.12.2</spotbugs-mvn.version>

src/main/java/me/coley/recaf/Recaf.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
* @author Matt
3232
*/
3333
public class Recaf {
34-
public static final String VERSION = "2.21.1";
34+
public static final String VERSION = "2.21.2";
3535
public static final String DOC_URL = "https://col-e.github.io/Recaf-documentation/";
3636
public static final int ASM_VERSION = Opcodes.ASM9;
3737
private static Controller currentController;

0 commit comments

Comments
 (0)