Skip to content

Commit 81e9aec

Browse files
author
GraxCode
committed
0.1.2
1 parent 16427a2 commit 81e9aec

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

src/me/nov/cafebabe/Cafebabe.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
public class Cafebabe extends WebFrame {
5050
private static final long serialVersionUID = 1L;
5151
public static final String title = "Cafebabe Editor Lite";
52-
public static final String version = "0.1.1";
52+
public static final String version = "0.1.2";
5353
public static Cafebabe gui;
5454
public static File folder;
5555

src/resources/changelog.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
<html>
22
<h1>Changelog</hl>
33
<hr>
4+
<h2>Version 0.1.2</h2>
5+
<p>More editor improvements, the most used opcodes and need functions are working now! Special nodes like invokedynamic or switches will be implemented later!</p>
6+
<br>
7+
<hr>
48
<h2>Version 0.1.1</h2>
59
<p>Editing now supports the most important instructions, reordering, inserting, copying, etc. Obfuscated jar files are not that much of a problem anymore (in terms of GUI) and some small bugs were corrected. Unicode characters should also be working by now.</p>
610
<br>

0 commit comments

Comments
 (0)