Skip to content

Commit a2035c3

Browse files
committed
chore(version): 更新应用版本号
- 将版本号从 v1.4.0 更新至 v1.4.1
1 parent 68c3aba commit a2035c3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main/java/emu/nebula/nbcommand/Launcher.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
import javafx.application.Application;
44

55
public class Launcher {
6-
public static String version = "v1.4.0";
6+
public static String version = "v1.4.1";
77
public static void main(String[] args) {
88

99
System.setProperty("javafx.platform", "desktop");

0 commit comments

Comments
 (0)