Skip to content

Commit 56c3b78

Browse files
committed
Bump version -> 2.20.1
1 parent 2b519ca commit 56c3b78

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

pom.xml

Lines changed: 4 additions & 4 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.20.0</version>
6+
<version>2.20.1</version>
77
<name>Recaf</name>
88
<description>A modern java bytecode editor</description>
99
<!-- Variables -->
@@ -19,7 +19,7 @@
1919
<pico.version>4.5.2</pico.version>
2020
<jline.version>3.15.0</jline.version>
2121
<jp.version>3.20.0</jp.version>
22-
<jfx.version>11.0.2</jfx.version>
22+
<jfx.version>16</jfx.version>
2323
<spotbugs.version>4.0.0</spotbugs.version>
2424
<spotbugs-mvn.version>3.1.12.2</spotbugs-mvn.version>
2525
</properties>
@@ -135,7 +135,7 @@
135135
<dependency>
136136
<groupId>com.google.guava</groupId>
137137
<artifactId>guava</artifactId>
138-
<version>30.0-jre</version>
138+
<version>30.1.1-jre</version>
139139
</dependency>
140140
<!-- https://mvnrepository.com/artifact/com.eclipsesource.minimal-json/minimal-json -->
141141
<dependency>
@@ -183,7 +183,7 @@
183183
<dependency>
184184
<groupId>commons-io</groupId>
185185
<artifactId>commons-io</artifactId>
186-
<version>2.8.0</version>
186+
<version>2.10.0</version>
187187
</dependency>
188188
<!-- https://mvnrepository.com/artifact/commons-codec/commons-codec -->
189189
<dependency>

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.20.0";
34+
public static final String VERSION = "2.20.1";
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)