diff --git a/pom.xml b/pom.xml
index dfc49ee2..f17b0fb3 100644
--- a/pom.xml
+++ b/pom.xml
@@ -6,7 +6,7 @@
com.luoboduner.moo.tool
MooTool
- 1.6.1
+ 1.6.2
jar
MooTool
diff --git a/src/main/java/com/luoboduner/moo/tool/ui/UiConsts.java b/src/main/java/com/luoboduner/moo/tool/ui/UiConsts.java
index f4e28d2c..6d3b78fe 100644
--- a/src/main/java/com/luoboduner/moo/tool/ui/UiConsts.java
+++ b/src/main/java/com/luoboduner/moo/tool/ui/UiConsts.java
@@ -19,7 +19,7 @@ public class UiConsts {
* 软件名称,版本
*/
public static final String APP_NAME = "MooTool";
- public static final String APP_VERSION = "v1.6.1";
+ public static final String APP_VERSION = "v1.6.2";
public static final int TABLE_ROW_HEIGHT = 30;
diff --git a/src/main/resources/version_summary.json b/src/main/resources/version_summary.json
index cc6f46dd..02849b06 100644
--- a/src/main/resources/version_summary.json
+++ b/src/main/resources/version_summary.json
@@ -1,5 +1,5 @@
{
- "currentVersion": "v1.6.1",
+ "currentVersion": "v1.6.2",
"versionIndex": {
"v0.0.0": "0",
"v1.0.0": "1",
@@ -32,7 +32,8 @@
"v1.5.8": "28",
"v1.5.9": "29",
"v1.6.0": "30",
- "v1.6.1": "31"
+ "v1.6.1": "31",
+ "v1.6.2": "32"
},
"versionDetailList": [
{
@@ -194,6 +195,11 @@
"version": "v1.6.1",
"title": "增加yml和properties互转功能",
"log": "● 更新字体版本,随手记增加Inter字体\n● 增加yml和properties互转功能 by:放学后的茶会\n● 修复macOS下开启台前调度以后按esc之后会卡死的问题\n● 快捷键:格式化支持intellij mac的command+option+L\n\n"
+ },
+ {
+ "version": "v1.6.2",
+ "title": "修复macOS15下无法启动的问题",
+ "log": "● 修复macOS15下无法启动的问题\n● 优化随手记中语法高亮语言类型的展示\n● 优化JVM参数\n● 升级部分核心依赖\n\n"
}
]
}
\ No newline at end of file