diff --git a/pom.xml b/pom.xml index 7b8da5e..9d41d4e 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ com.luoboduner.moo.info MooInfo - 1.1.0 + 1.1.1 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 30d6b95..88f2268 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.0"; + public static final String APP_VERSION = "1.1.1"; 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 ecc3d99..c8fa54e 100644 --- a/src/main/resources/version_summary.json +++ b/src/main/resources/version_summary.json @@ -1,9 +1,10 @@ { - "currentVersion": "1.1.0", + "currentVersion": "1.1.1", "versionIndex": { "0.0.0": "0", "1.0.0": "1", - "1.1.0": "2" + "1.1.0": "2", + "1.1.1": "3" }, "versionDetailList": [ { @@ -20,6 +21,11 @@ "version": "1.1.0", "title": "Some minor features and optimizations", "log": "● update oshi-core to 5.8.6\n● update flatlaf to 2.0-rc1(Support Windows 11 snap layouts menu, macOS screen menu optimization)\n● processes sort method added same as the oshi's demo\n● add cpu usage chart\n● make System Boot Time and Uptime readable\n● add System Info Test function menu same as oshi-core\n" + }, + { + "version": "1.1.1", + "title": "update flatlaf to 2.0", + "log": "● update flatlaf to 2.0\n● update oshi-core to 6.0.0\n● add battery wastage indicator\n● optimization of light theme\n" } ] } \ No newline at end of file