Skip to content

Commit ec6437b

Browse files
committed
Refactor search functionality
Fix search bug
1 parent c9fd138 commit ec6437b

File tree

9 files changed

+242
-1018
lines changed

9 files changed

+242
-1018
lines changed

src/main/java/the/bytecode/club/bytecodeviewer/BytecodeViewer.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ public class BytecodeViewer
2626
{
2727

2828
/*per version*/
29-
public static final String version = "0.0.0";
29+
public static final String version = "0.0.1";
3030
public static final boolean previewCopy = false;
3131
/* Constants */
3232
public static final String fs = System.getProperty("file.separator");

src/main/java/the/bytecode/club/bytecodeviewer/api/ASMUtil_OLD.java

Lines changed: 0 additions & 176 deletions
This file was deleted.

0 commit comments

Comments
 (0)