diff --git a/README.md b/README.md
index 586345d..ca27029 100644
--- a/README.md
+++ b/README.md
@@ -1,7 +1,7 @@
# MooInfo

-A visual implementation of OSHI, to view information about the system and hardware.
+V****isual implementation of OSHI, to view information about the system and hardware.
Such as OS, processes, memory, CPU, disks, devices, sensors, etc.
## Supported platforms
@@ -11,9 +11,9 @@ Windows • Linux • macOS



-
+****

-
+****



diff --git a/pom.xml b/pom.xml
index 82a609d..5aab3aa 100644
--- a/pom.xml
+++ b/pom.xml
@@ -31,7 +31,7 @@
2.0.1
5.7.16
1.2.78
- 6.1.0
+ 6.1.1
1.5.3
@@ -141,7 +141,7 @@
io.github.fvarrui
javapackager
- 1.6.2
+ 1.6.3
true
com.luoboduner.moo.info.App
diff --git a/src/main/java/com/luoboduner/moo/info/ui/dialog/AboutDialog.form b/src/main/java/com/luoboduner/moo/info/ui/dialog/AboutDialog.form
index 7c3e5bb..5643344 100644
--- a/src/main/java/com/luoboduner/moo/info/ui/dialog/AboutDialog.form
+++ b/src/main/java/com/luoboduner/moo/info/ui/dialog/AboutDialog.form
@@ -56,7 +56,7 @@
-
+
diff --git a/src/main/java/com/luoboduner/moo/info/ui/dialog/AboutDialog.java b/src/main/java/com/luoboduner/moo/info/ui/dialog/AboutDialog.java
index a3626b8..876a558 100644
--- a/src/main/java/com/luoboduner/moo/info/ui/dialog/AboutDialog.java
+++ b/src/main/java/com/luoboduner/moo/info/ui/dialog/AboutDialog.java
@@ -375,7 +375,7 @@ public class AboutDialog extends JDialog {
panel1.add(panel2, new GridConstraints(1, 0, 1, 2, GridConstraints.ANCHOR_CENTER, GridConstraints.FILL_BOTH, GridConstraints.SIZEPOLICY_CAN_SHRINK | GridConstraints.SIZEPOLICY_CAN_GROW, GridConstraints.SIZEPOLICY_CAN_SHRINK | GridConstraints.SIZEPOLICY_CAN_GROW, null, null, null, 0, false));
panel2.setBorder(BorderFactory.createTitledBorder(BorderFactory.createEmptyBorder(), "MooInfo", TitledBorder.DEFAULT_JUSTIFICATION, TitledBorder.DEFAULT_POSITION, this.$$$getFont$$$(null, Font.BOLD, 20, panel2.getFont()), new Color(-4425028)));
final JLabel label1 = new JLabel();
- label1.setText("A visual implementation of OSHI, to view information about the system and hardware");
+ label1.setText("Visual implementation of OSHI, to view information about the system and hardware");
panel2.add(label1, new GridConstraints(0, 0, 1, 1, GridConstraints.ANCHOR_WEST, GridConstraints.FILL_NONE, GridConstraints.SIZEPOLICY_FIXED, GridConstraints.SIZEPOLICY_FIXED, null, null, null, 0, false));
authorLabel = new JLabel();
authorLabel.setText("Proudly by RememBerBer 周波");