From 0449a33cec0df60176c732c5bcfaed2b779dbf51 Mon Sep 17 00:00:00 2001 From: jasperalani Date: Mon, 5 Feb 2024 02:09:31 +0000 Subject: [PATCH] update version to 1.5.8 --- build.gradle | 2 +- src/main/resources/META-INF/mods.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index de5d478..da7c979 100644 --- a/build.gradle +++ b/build.gradle @@ -5,7 +5,7 @@ plugins { id 'org.spongepowered.mixin' version '0.7.+' } -version = '1.5.7+forge-1.19.2' +version = '1.5.8+forge-1.19.2' group = 'com.kikis.ptdyeplus' archivesBaseName = 'ptdyeplus' diff --git a/src/main/resources/META-INF/mods.toml b/src/main/resources/META-INF/mods.toml index 7d0487d..3144e36 100644 --- a/src/main/resources/META-INF/mods.toml +++ b/src/main/resources/META-INF/mods.toml @@ -24,7 +24,7 @@ modId="ptdyeplus" #mandatory # The version number of the mod - there's a few well known ${} variables useable here or just hardcode it # ${file.jarVersion} will substitute the value of the Implementation-Version as read from the mod's JAR file metadata # see the associated build.gradle script for how to populate this completely automatically during a build -version="1.5.7+forge-1.19.2" #mandatory +version="1.5.8+forge-1.19.2" #mandatory # A display name for the mod displayName="Ptdye Plus" #mandatory