Skip to content

Commit

Permalink
v1.1.2
Browse files Browse the repository at this point in the history
Bump core deobfuscator version
  • Loading branch information
pandaninjas committed Aug 7, 2022
1 parent 15f5931 commit 9270d2d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>com.example</groupId>
<artifactId>narumi-deobf-gui</artifactId>
<version>1.1.1</version>
<version>1.1.2</version>
<name>narumi-deobf-gui</name>

<properties>
Expand Down Expand Up @@ -64,7 +64,7 @@
<dependency>
<groupId>com.github.pandaninjas</groupId>
<artifactId>Deobfuscator</artifactId>
<version>edd277a</version>
<version>b36adf9</version>
</dependency>
</dependencies>

Expand Down
3 changes: 1 addition & 2 deletions src/main/java/module-info.java
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,8 @@
requires javafx.fxml;
requires javafx.graphics;
requires javafx.controls;
// requires Deobfuscator;
requires org.objectweb.asm;
requires Deobfuscator.edd277a;
requires Deobfuscator.b36adf9;
opens gq.malwarefight.narumiideobfgui to javafx.fxml;
exports gq.malwarefight.narumiideobfgui to javafx.graphics;
}

0 comments on commit 9270d2d

Please sign in to comment.