From ac0c4561962476ac0584855ade766dc65eb23975 Mon Sep 17 00:00:00 2001 From: Ellpeck Date: Tue, 28 Apr 2020 21:22:04 +0200 Subject: [PATCH] also fix the toml here --- src/main/resources/META-INF/mods.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/resources/META-INF/mods.toml b/src/main/resources/META-INF/mods.toml index 213fac7..5181716 100644 --- a/src/main/resources/META-INF/mods.toml +++ b/src/main/resources/META-INF/mods.toml @@ -14,7 +14,7 @@ issueTrackerURL="https://github.com/Ellpeck/PrettyPipes" #optional # The modid of the mod modId="prettypipes" #mandatory # The version number of the mod - there's a few well known ${} variables useable here or just hardcode it -version="${version}" #mandatory +version="${file.jarVersion}" # A display name for the mod displayName="Pretty Pipes" #mandatory # A URL to query for updates for this mod. See the JSON update specification