From e7668e9ab1f0f5f5e03df83f0e820b3a9b45b48d Mon Sep 17 00:00:00 2001 From: Yurihaia <17830663+Yurihaia@users.noreply.github.com> Date: Sun, 14 Apr 2024 12:22:03 -0400 Subject: [PATCH] bump version 2 --- Assembly-CSharp/ModHooks.cs | 2 +- moddingapi.version | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Assembly-CSharp/ModHooks.cs b/Assembly-CSharp/ModHooks.cs index ca0d013..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 = 75; + 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 a13763f..239f86f 100644 --- a/moddingapi.version +++ b/moddingapi.version @@ -1 +1 @@ -v75 \ No newline at end of file +v76 \ No newline at end of file