Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
Took 38 seconds
  • Loading branch information
TubYoub committed Dec 15, 2024
1 parent d23a320 commit c856714
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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>de.tubyoub</groupId>
<artifactId>StatusPlugin</artifactId>
<version>1.5.1</version>
<version>1.5.2</version>
<packaging>jar</packaging>

<name>Tub's Status Plugin</name>
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/de/tubyoub/statusplugin/StatusPlugin.java
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
* This class extends JavaPlugin and represents the main entry point for the plugin.
*/
public class StatusPlugin extends JavaPlugin {
private final String version = "1.5.1";
private final String version = "1.5.2";
private final String project = "km0yAITg";
private int pluginId = 20463;
private StatusManager statusManager;
Expand Down

0 comments on commit c856714

Please sign in to comment.