This commit is contained in:
rememberber 2023-07-24 22:11:13 +08:00
parent a737e8094b
commit 8178acb1d2
3 changed files with 10 additions and 4 deletions

View File

@ -6,7 +6,7 @@
<groupId>com.luoboduner.moo.info</groupId>
<artifactId>MooInfo</artifactId>
<version>1.1.2</version>
<version>1.1.3</version>
<packaging>jar</packaging>
<name>MooInfo</name>

View File

@ -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;

View File

@ -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"
}
]
}