From 7823d938b464435bf069a6599bc80845be2ac159 Mon Sep 17 00:00:00 2001 From: Wudji <93850120+Wudji@users.noreply.github.com> Date: Thu, 16 May 2024 20:57:51 +0800 Subject: [PATCH] bump mod version to 1.1.0 --- gradle.properties | 2 +- settings.gradle | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/gradle.properties b/gradle.properties index 6f9ef1e..dc2d6b4 100644 --- a/gradle.properties +++ b/gradle.properties @@ -2,7 +2,7 @@ org.gradle.jvmargs=-Xmx1G # Mod Properties -mod_version = 1.0.1-fabric-1.20.5 +mod_version = 1.1.0-fabric-1.20.5 maven_group = troy.autofish archives_base_name = xplus-autofish diff --git a/settings.gradle b/settings.gradle index 5b60df3..1b8268a 100644 --- a/settings.gradle +++ b/settings.gradle @@ -1,6 +1,5 @@ pluginManagement { repositories { - jcenter() maven { name = 'Fabric' url = 'https://maven.fabricmc.net/' @@ -8,3 +7,4 @@ pluginManagement { gradlePluginPortal() } } +