Bump version to 3.0.3-SNAPSHOT

This commit is contained in:
FlorianMichael 2023-12-13 20:01:14 +01:00
parent 39df2782d6
commit ba66e4c9c5
No known key found for this signature in database
GPG Key ID: C2FB87E71C425126
2 changed files with 2 additions and 1 deletions

View File

@ -9,7 +9,7 @@ loader_version=0.15.0
fabric_api_version=0.91.1+1.20.4
# Project Details
mod_version=3.0.2
mod_version=3.0.3-SNAPSHOT
maven_group=de.florianmichael
archives_base_name=viafabricplus

View File

@ -50,6 +50,7 @@ import java.util.concurrent.CompletableFuture;
* - Older versions don't clamp positions when teleporting (Is this important?)
*/
public class ViaFabricPlus {
private static final ViaFabricPlus instance = new ViaFabricPlus();
private final Logger logger = LogManager.getLogger("ViaFabricPlus");