Skip to content

Commit

Permalink
Bumped version for first release.
Browse files Browse the repository at this point in the history
  • Loading branch information
ST-Apps committed Jul 14, 2018
1 parent 3e9d7ee commit 0a8748e
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions ParallelRoadTool/ModInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,17 @@ namespace ParallelRoadTool
{
public class ModInfo : IUserMod
{
public const string Version = "0.24.0";
public const string Version = "1.0.0";
#if DEBUG
public const string Branch = "dev";
#endif

public ModInfo()
{
try
{
// Creating setting file
GameSettings.AddSettingsFile(new SettingsFile {fileName = ParallelRoadTool.SettingsFileName});
GameSettings.AddSettingsFile(new SettingsFile { fileName = ParallelRoadTool.SettingsFileName });
}
catch (Exception e)
{
Expand Down

0 comments on commit 0a8748e

Please sign in to comment.