diff --git a/TownOfUsStatsExporter.csproj b/TownOfUsStatsExporter.csproj index 51c4b4b..8e7b8aa 100644 --- a/TownOfUsStatsExporter.csproj +++ b/TownOfUsStatsExporter.csproj @@ -8,7 +8,7 @@ false Town Of Us Stats Exporter - Standalone plugin for exporting game statistics TownOfUsStatsExporter - 1.0.0 + 1.0.1 ToU Mira Team diff --git a/TownOfUsStatsPlugin.cs b/TownOfUsStatsPlugin.cs index 8e73a8e..4ca3f9a 100644 --- a/TownOfUsStatsPlugin.cs +++ b/TownOfUsStatsPlugin.cs @@ -32,7 +32,7 @@ public class TownOfUsStatsPlugin : BasePlugin /// /// Plugin version. /// - public const string PluginVersion = "1.0.0"; + public const string PluginVersion = "1.0.1"; /// /// Logger instance for the plugin.