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

@ -8,7 +8,7 @@ minecraft_version=1.19.2
loader_version=0.14.9
fabric_version=0.60.0+1.19.2
# Mod Properties
mod_version=2.1.1
mod_version=2.1.2
maven_group=org.betterx.bclib
archives_base_name=bclib
# Dependencies

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) {