Skip to content

Commit

Permalink
bump version 2
Browse files Browse the repository at this point in the history
  • Loading branch information
Yurihaia committed Apr 14, 2024
1 parent 8ceeef6 commit e7668e9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Assembly-CSharp/ModHooks.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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");

Expand Down
2 changes: 1 addition & 1 deletion moddingapi.version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v75
v76

0 comments on commit e7668e9

Please sign in to comment.