diff --git a/build.gradle b/build.gradle index 69a90d911..8a0ceca1f 100644 --- a/build.gradle +++ b/build.gradle @@ -14,7 +14,7 @@ apply plugin: 'eclipse' apply plugin: 'maven-publish' apply plugin: 'org.spongepowered.mixin' -version = '1.6.1-unfinished' +version = '1.6.1' group = 'com.majruszsdifficulty' archivesBaseName = 'majruszs-difficulty-1.19.3' @@ -77,7 +77,7 @@ repositories { dependencies { minecraft 'net.minecraftforge:forge:1.19.3-44.0.18' - implementation fg.deobf( 'com.mlib:majrusz-library-1.19.3:3.1.0-unfinished' ) + implementation fg.deobf( 'com.mlib:majrusz-library-1.19.3:3.1.0' ) } // Example for how to get properties into the manifest for reading at runtime. diff --git a/libs/majrusz-library-1.19.3-3.1.0-unfinished.jar b/libs/majrusz-library-1.19.3-3.1.0.jar similarity index 84% rename from libs/majrusz-library-1.19.3-3.1.0-unfinished.jar rename to libs/majrusz-library-1.19.3-3.1.0.jar index d475a8326..dde1ad02f 100644 Binary files a/libs/majrusz-library-1.19.3-3.1.0-unfinished.jar and b/libs/majrusz-library-1.19.3-3.1.0.jar differ diff --git a/src/main/resources/META-INF/mods.toml b/src/main/resources/META-INF/mods.toml index 385730e74..960b4a163 100644 --- a/src/main/resources/META-INF/mods.toml +++ b/src/main/resources/META-INF/mods.toml @@ -5,7 +5,7 @@ issueTrackerURL = "https://github.com/Majrusz/MajruszsProgressiveDifficultyMod/i [[mods]] modId = "majruszsdifficulty" - version = "1.6.1-unfinished" + version = "1.6.1" displayName = "Majrusz's Progressive Difficulty" updateJSONURL = "https://raw.githubusercontent.com/Majrusz/MinecraftCommon/main/ProgressiveDifficulty/update.json" displayURL = "https://www.curseforge.com/minecraft/mc-mods/majruszs-progressive-difficulty"