Skip to content

Commit

Permalink
update 1.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Athlon007 committed Apr 30, 2021
1 parent 55f47be commit 960ed65
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions MSCLoader/CoolUpdater/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.0.0.0")]
[assembly: AssemblyFileVersion("1.0.0.0")]
[assembly: AssemblyVersion("1.0.1.0")]
[assembly: AssemblyFileVersion("1.0.1.0")]
2 changes: 1 addition & 1 deletion MSCLoader/MSCLoader/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## 1.0.4 (tba)
## 1.0.4 (30.04.2021)

### Bug Fixes

Expand Down
2 changes: 1 addition & 1 deletion MSCLoader/MSCLoader/ModLoader.cs
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ public enum CurrentScene { MainMenu, Game, NewGameIntro }
public class ModLoader : MonoBehaviour
{
/// <summary> Current Mod Loader Version. </summary>
public static readonly string Version = "1.0.3";
public static readonly string Version = "1.0.4";
internal static string ModsFolder = $@"Mods";
internal static string AssetsFolder = $@"{ModsFolder}\Assets";
internal static string SettingsFolder = $@"{ModsFolder}\Settings";
Expand Down

0 comments on commit 960ed65

Please sign in to comment.