Skip to content

Commit

Permalink
3.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
XDPXI committed Nov 30, 2024
1 parent 65000f3 commit 0d9b954
Show file tree
Hide file tree
Showing 9 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
org.gradle.jvmargs=-Xmx8G
org.gradle.parallel=true

mod_version=3.2.0
mod_version=3.3.0
maven_group=dev.xdpxi
archives_base_name=xdlib
Binary file modified installer/versions/bukkit.jar
Binary file not shown.
Binary file modified installer/versions/bungee.jar
Binary file not shown.
Binary file modified installer/versions/fabric.jar
Binary file not shown.
Binary file modified installer/versions/neo.jar
Binary file not shown.
Binary file modified installer/versions/velo.jar
Binary file not shown.
2 changes: 1 addition & 1 deletion src/main/java/dev/xdpxi/xdlib/plugin/velocity.java
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

import java.nio.file.Path;

@Plugin(id = "xdlib", name = "XDLib", version = "3.2.0", description = "This is a library for many uses and is included as an player counter for XDPXI's mods and modpacks!", url = "https://xdpxi.vercel.app/mc/xdlib", authors = {"XDPXI"})
@Plugin(id = "xdlib", name = "XDLib", version = "3.3.0", description = "This is a library for many uses and is included as an player counter for XDPXI's mods and modpacks!", url = "https://xdpxi.vercel.app/mc/xdlib", authors = {"XDPXI"})
public class velocity {
private final Logger logger;
private final ProxyServer proxyServer;
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/bungee.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: XDLib
version: '3.2.0'
version: '3.3.0'
main: dev.xdpxi.xdlib.plugin.bungee
author: XDPXI
description: This is a library for many uses and is included as an player counter for XDPXI's mods and modpacks!
2 changes: 1 addition & 1 deletion src/main/resources/plugin.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: XDLib
version: '3.2.0'
version: '3.3.0'
main: dev.xdpxi.xdlib.plugin.xdlib
api-version: '1.21'
prefix: XDLib
Expand Down

0 comments on commit 0d9b954

Please sign in to comment.