Skip to content

Commit

Permalink
Added LatestURL
Browse files Browse the repository at this point in the history
  • Loading branch information
gurrenm3 committed Jul 29, 2021
1 parent 3f53249 commit ced2a8f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Autosave/MelonMain.cs
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ public class MelonMain : BloonsTD6Mod
public ModSettingInt maxSavedBackups = new ModSettingInt(10);

public override string GithubReleaseURL => "https://api.github.com/repos/gurrenm3/BTD6-Autosave/releases";
public override string LatestURL => "https://github.com/gurrenm3/BTD6-Autosave/releases";
public const string currentVersion = "1.0.0";
public override bool CheatMod => false;
public static MelonMain instance;
Expand Down

0 comments on commit ced2a8f

Please sign in to comment.