diff --git a/build.gradle b/build.gradle index 020240b..5b8d33f 100644 --- a/build.gradle +++ b/build.gradle @@ -5,7 +5,7 @@ plugins { id 'org.spongepowered.mixin' version '0.7.+' } -version = '1.5.3+forge-1.19.2' +version = '1.5.4+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 11d7484..f2ad8a1 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.3+forge-1.19.2" #mandatory +version="1.5.4+forge-1.19.2" #mandatory # A display name for the mod displayName="Ptdye Plus" #mandatory