Skip to content

Commit

Permalink
Bump version -> 2.20.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Col-E committed Jun 19, 2021
1 parent 2b519ca commit 56c3b78
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions 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>2.20.0</version>
<version>2.20.1</version>
<name>Recaf</name>
<description>A modern java bytecode editor</description>
<!-- Variables -->
Expand All @@ -19,7 +19,7 @@
<pico.version>4.5.2</pico.version>
<jline.version>3.15.0</jline.version>
<jp.version>3.20.0</jp.version>
<jfx.version>11.0.2</jfx.version>
<jfx.version>16</jfx.version>
<spotbugs.version>4.0.0</spotbugs.version>
<spotbugs-mvn.version>3.1.12.2</spotbugs-mvn.version>
</properties>
Expand Down Expand Up @@ -135,7 +135,7 @@
<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
<version>30.0-jre</version>
<version>30.1.1-jre</version>
</dependency>
<!-- https://mvnrepository.com/artifact/com.eclipsesource.minimal-json/minimal-json -->
<dependency>
Expand Down Expand Up @@ -183,7 +183,7 @@
<dependency>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
<version>2.8.0</version>
<version>2.10.0</version>
</dependency>
<!-- https://mvnrepository.com/artifact/commons-codec/commons-codec -->
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/me/coley/recaf/Recaf.java
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
* @author Matt
*/
public class Recaf {
public static final String VERSION = "2.20.0";
public static final String VERSION = "2.20.1";
public static final String DOC_URL = "https://col-e.github.io/Recaf-documentation/";
public static final int ASM_VERSION = Opcodes.ASM9;
private static Controller currentController;
Expand Down

0 comments on commit 56c3b78

Please sign in to comment.