diff --git a/Example mod/Mod.cs b/Example mod/Mod.cs index fd58a1d2..2ee6978b 100644 --- a/Example mod/Mod.cs +++ b/Example mod/Mod.cs @@ -21,7 +21,7 @@ private const string MODNAME = "SMLHelper", AUTHOR = "The SMLHelper Dev Team", GUID = "SMLHelperExampleMod", - VERSION = "2.15.0.0"; + VERSION = "2.15.0.1"; internal static ManualLogSource LogSource { get; private set; } diff --git a/SMLHelper/ThunderstoreMetadata/BZ.EXP/manifest.json b/SMLHelper/ThunderstoreMetadata/BZ.EXP/manifest.json index 4e3c0baa..258006bc 100644 --- a/SMLHelper/ThunderstoreMetadata/BZ.EXP/manifest.json +++ b/SMLHelper/ThunderstoreMetadata/BZ.EXP/manifest.json @@ -1,6 +1,6 @@ { "name": "SMLHelper_BZ_Experimental", - "version_number": "2.15.0000", + "version_number": "2.15.0001", "website_url": "https://github.com/SubnauticaModding/SMLHelper/wiki", "description": "SMLHelper is a modding library that helps making mods easier by helping with adding new items, changing items, adding models, sprites, etc.", "dependencies": [ "Subnautica_Modding-BepInExPack-5.4.2101" ] diff --git a/SMLHelper/ThunderstoreMetadata/BZ.STABLE/manifest.json b/SMLHelper/ThunderstoreMetadata/BZ.STABLE/manifest.json index d0349492..869098fe 100644 --- a/SMLHelper/ThunderstoreMetadata/BZ.STABLE/manifest.json +++ b/SMLHelper/ThunderstoreMetadata/BZ.STABLE/manifest.json @@ -1,6 +1,6 @@ { "name": "SMLHelper_BZ", - "version_number": "2.15.0000", + "version_number": "2.15.0001", "website_url": "https://github.com/SubnauticaModding/SMLHelper/wiki", "description": "SMLHelper is a modding library that helps making mods easier by helping with adding new items, changing items, adding models, sprites, etc.", "dependencies": [ "Subnautica_Modding-BepInExPack-5.4.2101" ] diff --git a/SMLHelper/ThunderstoreMetadata/SN.EXP/manifest.json b/SMLHelper/ThunderstoreMetadata/SN.EXP/manifest.json index d764c81b..1278ade1 100644 --- a/SMLHelper/ThunderstoreMetadata/SN.EXP/manifest.json +++ b/SMLHelper/ThunderstoreMetadata/SN.EXP/manifest.json @@ -1,6 +1,6 @@ { "name": "SMLHelper_Experimental", - "version_number": "2.15.0000", + "version_number": "2.15.0001", "website_url": "https://github.com/SubnauticaModding/SMLHelper/wiki", "description": "SMLHelper is a modding library that helps making mods easier by helping with adding new items, changing items, adding models, sprites, etc.", "dependencies": [ "Subnautica_Modding-BepInExPack-5.4.2101" ] diff --git a/SMLHelper/ThunderstoreMetadata/SN.STABLE/manifest.json b/SMLHelper/ThunderstoreMetadata/SN.STABLE/manifest.json index daf2aab7..9deb3a67 100644 --- a/SMLHelper/ThunderstoreMetadata/SN.STABLE/manifest.json +++ b/SMLHelper/ThunderstoreMetadata/SN.STABLE/manifest.json @@ -1,6 +1,6 @@ { "name": "SMLHelper", - "version_number": "2.15.0000", + "version_number": "2.15.0001", "website_url": "https://github.com/SubnauticaModding/SMLHelper/wiki", "description": "SMLHelper is a modding library that helps making mods easier by helping with adding new items, changing items, adding models, sprites, etc.", "dependencies": [ "Subnautica_Modding-BepInExPack-5.4.2101" ]