From 5d1e8a44fd949d00ad22ad258e6760f02dc9a643 Mon Sep 17 00:00:00 2001 From: James Seibel Date: Sun, 3 May 2026 18:20:12 -0500 Subject: [PATCH] up api version 6.1.0 -> 6.1.1 --- .../main/java/com/seibel/distanthorizons/coreapi/ModInfo.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/src/main/java/com/seibel/distanthorizons/coreapi/ModInfo.java b/api/src/main/java/com/seibel/distanthorizons/coreapi/ModInfo.java index bb122e707..b60bd55bf 100644 --- a/api/src/main/java/com/seibel/distanthorizons/coreapi/ModInfo.java +++ b/api/src/main/java/com/seibel/distanthorizons/coreapi/ModInfo.java @@ -52,7 +52,7 @@ public final class ModInfo /** This version should be updated whenever new methods are added to the DH API */ public static final int API_MINOR_VERSION = 1; /** This version should be updated whenever non-breaking fixes are added to the DH API */ - public static final int API_PATCH_VERSION = 0; + public static final int API_PATCH_VERSION = 1; /** If the config file has an older version it'll be re-created from scratch. */ public static final int CONFIG_FILE_VERSION = 4;