Skip to content
This repository has been archived by the owner on Feb 21, 2023. It is now read-only.

Commit

Permalink
Bumped version to 2.0.5.
Browse files Browse the repository at this point in the history
  • Loading branch information
TheKigen committed Mar 24, 2018
1 parent f177a8a commit fab5608
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Smod2/Smod2/PluginManager.cs
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ namespace Smod2
{
public class PluginManager
{
public static readonly string SMOD_API_VERSION = "2.0.2";
public static readonly string SMOD_API_VERSION = "2.0.5";
private Dictionary<string, Plugin> plugins;

private ICommandManager commandManager;
Expand Down

0 comments on commit fab5608

Please sign in to comment.