Compare commits

..

No commits in common. "master" and "v4.7.0" have entirely different histories.

3 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
<div align="center">
<div style="text-align: center;">
<img src="https://ssl.lunadeer.cn:14437/i/2024/03/28/6604de7db2e6f.png" alt="" width="70%">

View File

@ -6,7 +6,7 @@
<groupId>cn.lunadeer</groupId>
<artifactId>MiniPlayerTitle</artifactId>
<version>4.7.1</version>
<version>4.7.0</version>
<packaging>jar</packaging>
<name>MiniPlayerTitle</name>

View File

@ -52,6 +52,6 @@ public class Expansion extends PlaceholderExpansion {
@Override
public @NotNull String getVersion() {
return MiniPlayerTitle.instance.getDescription().getVersion();
return plugin.getPluginMeta().getVersion();
}
}