Bump version to 1.0.1

🎮 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
2025-10-08 21:47:43 +02:00
parent 03d4673c00
commit ccbc3bc5c7
2 changed files with 2 additions and 2 deletions

View File

@@ -8,7 +8,7 @@
<AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath> <AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>
<Description>Town Of Us Stats Exporter - Standalone plugin for exporting game statistics</Description> <Description>Town Of Us Stats Exporter - Standalone plugin for exporting game statistics</Description>
<RootNamespace>TownOfUsStatsExporter</RootNamespace> <RootNamespace>TownOfUsStatsExporter</RootNamespace>
<Version>1.0.0</Version> <Version>1.0.1</Version>
<Authors>ToU Mira Team</Authors> <Authors>ToU Mira Team</Authors>
</PropertyGroup> </PropertyGroup>

View File

@@ -32,7 +32,7 @@ public class TownOfUsStatsPlugin : BasePlugin
/// <summary> /// <summary>
/// Plugin version. /// Plugin version.
/// </summary> /// </summary>
public const string PluginVersion = "1.0.0"; public const string PluginVersion = "1.0.1";
/// <summary> /// <summary>
/// Logger instance for the plugin. /// Logger instance for the plugin.