Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
RoinujNosde committed May 17, 2024
1 parent 8935c6c commit cf7c41e
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 @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>me.roinujnosde</groupId>
<artifactId>BungeeBark</artifactId>
<version>0.0.1-SNAPSHOT</version>
<version>0.0.2-SNAPSHOT</version>
<build>
<plugins>
<plugin>
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/me/roinujnosde/bungeebark/BungeeBark.java
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
import java.util.logging.Level;
import java.util.logging.Logger;

@Plugin(id = "bungeebark", name = "BungeeBark", version = "0.0.1", authors = "RoinujNosde")
@Plugin(id = "bungeebark", name = "BungeeBark", version = "0.0.2", authors = "RoinujNosde")
public class BungeeBark {

private static final ChannelIdentifier LEGACY_CHANNEL = new LegacyChannelIdentifier("BungeeCord");
Expand Down

0 comments on commit cf7c41e

Please sign in to comment.