From 62820fc8116f19c2be3e73d0ab90b1078eafdb2b Mon Sep 17 00:00:00 2001 From: isXander Date: Sun, 29 Oct 2023 14:54:37 +0000 Subject: Bump deps, version + changelog --- build.gradle.kts | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'build.gradle.kts') diff --git a/build.gradle.kts b/build.gradle.kts index a6943bc..9b54b7d 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -13,7 +13,7 @@ architectury { minecraft = libs.versions.minecraft.get() } -version = "3.3.0+1.20.2" +version = "3.3.0-beta.1+1.20.2" val isBeta = "beta" in version.toString() val changelogText = rootProject.file("changelogs/${project.version}.md").takeIf { it.exists() }?.readText() ?: "No changelog provided." @@ -51,7 +51,6 @@ allprojects { includeGroup("maven.modrinth") } } - maven("https://jitpack.io") } pluginManager.withPlugin("publishing") { -- cgit