From 98cc285918bd134a5c88fd24eac64c3cf40c2d4e Mon Sep 17 00:00:00 2001 From: Lucas Placentino <23436953+lucasplacentino@users.noreply.github.com> Date: Fri, 3 Feb 2023 18:03:40 +0100 Subject: [PATCH] Update mods.toml --- 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 5d03ca0..15d27dd 100644 --- a/src/main/resources/META-INF/mods.toml +++ b/src/main/resources/META-INF/mods.toml @@ -22,7 +22,7 @@ modId="mcsc" #mandatory # ${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="${file.jarVersion}" #mandatory -version="0.0.1-1.19" #mandatory +version="0.0.1-1.19.3" #mandatory # A display name for the mod displayName="MCSC" #mandatory # A URL to query for updates for this mod. See the JSON update specification https://mcforge.readthedocs.io/en/latest/gettingstarted/autoupdate/