Compare commits
No commits in common. "master" and "v4.7.0" have entirely different histories.
@ -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%">
|
||||
|
||||
|
2
pom.xml
2
pom.xml
@ -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>
|
||||
|
@ -52,6 +52,6 @@ public class Expansion extends PlaceholderExpansion {
|
||||
|
||||
@Override
|
||||
public @NotNull String getVersion() {
|
||||
return MiniPlayerTitle.instance.getDescription().getVersion();
|
||||
return plugin.getPluginMeta().getVersion();
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user