Version Bump

This commit is contained in:
Frank 2022-10-11 23:16:05 +02:00
parent e82da8df0c
commit 5e041b615b
2 changed files with 2 additions and 2 deletions

View file

@ -26,7 +26,7 @@ import net.fabricmc.loader.api.metadata.CustomValue;
@Environment(EnvType.CLIENT)
public class UpdatesScreen extends BCLibLayoutScreen {
public static final String DONATION_URL = "https://www.paypal.com/donate/?hosted_button_id=7VTXYRXBHZQZJ";
public static final String DONATION_URL = "https://www.buymeacoffee.com/quiqueck";
static final ResourceLocation UPDATE_LOGO_LOCATION = new ResourceLocation(BCLib.MOD_ID, "icon_updater.png");
public UpdatesScreen(Screen parent) {