From b58c4c79097a15702b6632ed26d3d7968ed088c2 Mon Sep 17 00:00:00 2001 From: Bram Date: Sun, 7 Jul 2024 15:36:02 +0200 Subject: [PATCH] Fixed: GithubUpdater now using the tag name, instead of the release name --- .idea/workspace.xml | 239 ++++++------------ .../java/me/tofaa/entitylib/EntityLib.java | 1 - .../tofaa/entitylib/utils/GithubUpdater.java | 4 +- .../testentitylib/TestEntityLibPlugin.java | 1 + 4 files changed, 77 insertions(+), 168 deletions(-) diff --git a/.idea/workspace.xml b/.idea/workspace.xml index 01b88a9..65cbef5 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -4,22 +4,11 @@