We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 39ccfbf commit 4089ae7Copy full SHA for 4089ae7
src/tech/polybit/coffeeide/Info.java
@@ -29,11 +29,11 @@ public static String getUser() {
29
}
30
31
public static String getVersion() {
32
- return "0.1.0";
+ return "0.1.1";
33
34
35
public static String getFullVersion() {
36
- return "v0.1.0 ALPHA";
+ return "v0.1.1 ALPHA";
37
38
39
public static String getTime(String str) {
src/tech/polybit/coffeeide/Settings.java
@@ -11,7 +11,6 @@
11
import javax.swing.JButton;
12
import javax.swing.JComboBox;
13
import javax.swing.JDialog;
14
-import javax.swing.JFrame;
15
import javax.swing.JLabel;
16
import javax.swing.JOptionPane;
17
import javax.swing.JPanel;
0 commit comments