Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
Yurihaia committed Apr 14, 2024
1 parent 1860bd4 commit 8ceeef6
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 = 74;
private const int _modVersion = 75;

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 @@
v74
v75

0 comments on commit 8ceeef6

Please sign in to comment.