Skip to content

Commit

Permalink
Final Commit for Version v.1.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
CarJem committed Nov 25, 2019
1 parent f4da4b4 commit 4abf0cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sonic3AIR_ModManager/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ public static void isDebugging()
isDebug = true;
}

public static string Version { get; } = "v.1.4.1";
public static string Version { get; } = "v.1.4.2";

public static bool CheckedForUpdateOnStartup = false;
public static Updater.UpdateState UpdaterState { get; set; } = Updater.UpdateState.NeverStarted;
Expand Down

0 comments on commit 4abf0cd

Please sign in to comment.