Skip to content

Commit

Permalink
2.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
GraxCode committed May 15, 2020
1 parent 137e957 commit 17f9d3e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ plugins {
id 'eclipse'
}

version = '2.5.1'
version = '2.5.2'
sourceCompatibility = 1.8
targetCompatibility = 1.8

Expand Down
2 changes: 1 addition & 1 deletion src/me/nov/threadtear/swing/panel/DecompilerPanel.java
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

import me.nov.threadtear.decompiler.*;
import me.nov.threadtear.execution.Clazz;
import me.nov.threadtear.io.*;
import me.nov.threadtear.io.Conversion;
import me.nov.threadtear.swing.textarea.DecompilerTextArea;
import me.nov.threadtear.util.Strings;

Expand Down

0 comments on commit 17f9d3e

Please sign in to comment.