diff --git a/Assembly-CSharp/ModHooks.cs b/Assembly-CSharp/ModHooks.cs index 5d0c860..6fb375b 100644 --- a/Assembly-CSharp/ModHooks.cs +++ b/Assembly-CSharp/ModHooks.cs @@ -25,7 +25,7 @@ namespace Modding public class ModHooks { // Make sure this is in sync with `/moddingapi.version`. - private const int _modVersion = 74; + private const int _modVersion = 76; private static readonly string SettingsPath = Path.Combine(Application.persistentDataPath, "ModdingApi.GlobalSettings.json"); diff --git a/moddingapi.version b/moddingapi.version index 4cfcc40..239f86f 100644 --- a/moddingapi.version +++ b/moddingapi.version @@ -1 +1 @@ -v74 \ No newline at end of file +v76 \ No newline at end of file