diff --git a/pom.xml b/pom.xml
index 56e8114..f771a58 100644
--- a/pom.xml
+++ b/pom.xml
@@ -6,7 +6,7 @@
com.luoboduner.moo.info
MooInfo
- 1.1.2
+ 1.1.3
jar
MooInfo
diff --git a/src/main/java/com/luoboduner/moo/info/ui/UiConsts.java b/src/main/java/com/luoboduner/moo/info/ui/UiConsts.java
index 38aa068..d365e66 100644
--- a/src/main/java/com/luoboduner/moo/info/ui/UiConsts.java
+++ b/src/main/java/com/luoboduner/moo/info/ui/UiConsts.java
@@ -11,7 +11,7 @@ import java.awt.*;
public class UiConsts {
public static final String APP_NAME = "MooInfo";
- public static final String APP_VERSION = "1.1.2";
+ public static final String APP_VERSION = "1.1.3";
public static final int TABLE_ROW_HEIGHT = 36;
diff --git a/src/main/resources/version_summary.json b/src/main/resources/version_summary.json
index 92c1e97..5a32b57 100644
--- a/src/main/resources/version_summary.json
+++ b/src/main/resources/version_summary.json
@@ -1,11 +1,12 @@
{
- "currentVersion": "1.1.2",
+ "currentVersion": "1.1.3",
"versionIndex": {
"0.0.0": "0",
"1.0.0": "1",
"1.1.0": "2",
"1.1.1": "3",
- "1.1.2": "4"
+ "1.1.2": "4",
+ "1.1.3": "5"
},
"versionDetailList": [
{
@@ -32,6 +33,11 @@
"version": "1.1.2",
"title": "update flatlaf to 2.1",
"log": "● update flatlaf to 2.1\n● update oshi-core to 6.1.5\n● optimization of cpu indicator\n● update dependencies\n"
+ },
+ {
+ "version": "1.1.3",
+ "title": "Optimize performance under macOS",
+ "log": "● Optimize performance under macOS\n● update oshi to 6.4.4\n● new theme:Flat macOS,Xcode-Dark,Vuesion\n● update dependencies\n"
}
]
}
\ No newline at end of file