From 13de6eb6a467bfbc65935a8d516029f4c78b3a58 Mon Sep 17 00:00:00 2001 From: jasperalani Date: Sun, 14 Jan 2024 22:14:34 +0000 Subject: [PATCH] Apply automatic changes --- 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 68ce98e..ca3ceac 100644 --- a/build.gradle +++ b/build.gradle @@ -4,7 +4,7 @@ plugins { id 'net.minecraftforge.gradle' version '5.1.+' } -version = '1.3.11+forge-1.19.2' +version = '1.3.12+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 cf8ac83..cfe354f 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.3.11+forge-1.19.2" #mandatory +version="1.3.12+forge-1.19.2" #mandatory # A display name for the mod displayName="Ptdye Plus" #mandatory