Let's rename version to v1.2 and roll release
This commit is contained in:
parent
96f672e245
commit
86e5a73b89
3 changed files with 4 additions and 4 deletions
2
pom.xml
2
pom.xml
|
@ -6,7 +6,7 @@
|
|||
|
||||
<groupId>loper</groupId>
|
||||
<artifactId>LogiLedus</artifactId>
|
||||
<version>1.3-SNAPSHOT</version>
|
||||
<version>1.2-SNAPSHOT</version>
|
||||
|
||||
<!-- <url></url> -->
|
||||
<description>
|
||||
|
|
|
@ -16,7 +16,7 @@ import java.util.Locale;
|
|||
import java.util.ResourceBundle;
|
||||
|
||||
public class MainFx extends Application {
|
||||
public static final String appVersion = "v1.3";
|
||||
public static final String appVersion = "v1.2";
|
||||
|
||||
private static boolean traySupport = true;
|
||||
|
||||
|
|
|
@ -9,7 +9,7 @@ public class EffectsThread extends LoThread {
|
|||
|
||||
private byte[] command;
|
||||
|
||||
private byte[] commit = {
|
||||
private static final byte[] commit = {
|
||||
0x11, (byte) 0xff, 0x03, 0x1c, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
|
||||
0x00, 0x00, 0x00, 0x00
|
||||
};
|
||||
|
@ -55,7 +55,7 @@ public class EffectsThread extends LoThread {
|
|||
}
|
||||
}
|
||||
@Override
|
||||
protected Void call() throws Exception {
|
||||
protected Void call() {
|
||||
if (command == null)
|
||||
return null;
|
||||
|
||||
|
|
Loading…
Reference in a new issue