Skip to content

Commit

Permalink
release:1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
rememberber committed Jan 14, 2022
1 parent 865f26d commit d6d46cb
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 4 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>com.luoboduner.moo.info</groupId>
<artifactId>MooInfo</artifactId>
<version>1.1.0</version>
<version>1.1.1</version>
<packaging>jar</packaging>

<name>MooInfo</name>
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/com/luoboduner/moo/info/ui/UiConsts.java
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
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;

Expand Down
10 changes: 8 additions & 2 deletions src/main/resources/version_summary.json
Original file line number Diff line number Diff line change
@@ -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": [
{
Expand All @@ -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"
}
]
}

0 comments on commit d6d46cb

Please sign in to comment.