From 8296e467c79bc906858fe8f335e588b6596c3273 Mon Sep 17 00:00:00 2001 From: JDDev0 Date: Thu, 9 Feb 2023 18:25:15 +0100 Subject: [PATCH] Change version to 1.19.2-1.3.5 --- 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 1216525f4..e357bd2d9 100644 --- a/build.gradle +++ b/build.gradle @@ -4,7 +4,7 @@ plugins { id 'net.minecraftforge.gradle' version '5.1.+' } -version = '1.19.2-1.3.5-dev' +version = '1.19.2-1.3.5' group = 'me.jddev0.energizedpower' // http://maven.apache.org/guides/mini/guide-naming-conventions.html archivesBaseName = 'energizedpower' diff --git a/src/main/resources/META-INF/mods.toml b/src/main/resources/META-INF/mods.toml index 76a93a488..86653d8d2 100644 --- a/src/main/resources/META-INF/mods.toml +++ b/src/main/resources/META-INF/mods.toml @@ -19,7 +19,7 @@ modId="energizedpower" #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.19.2-1.3.5-dev" #mandatory +version="1.19.2-1.3.5" #mandatory # A display name for the mod displayName="Energized Power" #mandatory # A URL to query for updates for this mod. See the JSON update specification https://mcforge.readthedocs.io/en/latest/gettingstarted/autoupdate/