Skip to content

Commit

Permalink
fix: Phantom class generation endless loop and crash fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Col-E committed Jan 23, 2021
1 parent 505fbdc commit c222179
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 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.17.2</version>
<version>2.17.3</version>
<name>Recaf</name>
<description>A modern java bytecode editor</description>
<!-- Variables -->
Expand Down Expand Up @@ -166,7 +166,7 @@
<dependency>
<groupId>com.github.Col-E</groupId>
<artifactId>jphantom</artifactId>
<version>1.4</version>
<version>1.4.2</version>
</dependency>
<!-- https://mvnrepository.com/artifact/com.github.javaparser/javaparser-core -->
<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 @@ -30,7 +30,7 @@
* @author Matt
*/
public class Recaf {
public static final String VERSION = "2.17.2";
public static final String VERSION = "2.17.3";
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 c222179

Please sign in to comment.