fix: incorrect introduction version

This commit is contained in:
Ampflower 🌺 2025-03-12 06:21:10 -07:00
parent bdca92e997
commit 9a5665cfed
No known key found for this signature in database
GPG Key ID: FC0397C90D508D7F
2 changed files with 2 additions and 2 deletions

View File

@ -14,7 +14,7 @@ import org.slf4j.Logger;
/**
* @author Ampflower
* @since 0.1.0
* @since 1.0.0
**/
public class FabricPivot implements Pivot {
private static final Logger logger = LogUtils.getLogger();

View File

@ -13,7 +13,7 @@ import org.slf4j.Logger;
/**
* @author Ampflower
* @since 0.1.0
* @since 1.0.0
**/
public class VanillaPivot implements Pivot {
private static final Logger logger = LogUtils.getLogger();