Skip to content

Commit

Permalink
bump: version fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
RockinChaos committed Nov 24, 2024
1 parent 5573eca commit 8f41ef7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@
<description>Get custom items on join.</description>
<url>https://www.spigotmc.org/resources/itemjoin.12661/</url>

<version>6.1.1-RELEASE</version>
<version>6.1.2-SNAPSHOT</version>

<properties>
<chaoscore.version>1.0.9-RELEASE</chaoscore.version>
<chaoscore.version>1.1.0-SNAPSHOT</chaoscore.version>
<spigot.version>1.21.3-R0.1-SNAPSHOT</spigot.version>

<authlib.version>1.5.21</authlib.version>
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/me/RockinChaos/itemjoin/ItemJoin.java
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ public class ItemJoin extends JavaPlugin {
* Notice: This class is not the actual API class, this is the secondary main class for the JavaPlugin plugin.
* For API methods, use the static methods available from the class: {@link ItemJoinAPI}.
*
* @return ChaosCore instance.
* @return ChaosCore instance.
*/
public static Core getCore() {
return core;
Expand Down

0 comments on commit 8f41ef7

Please sign in to comment.