podbicie numeru wersji

This commit is contained in:
2025-10-10 21:54:26 +02:00
parent 5930cccfe5
commit 52ee993c32
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.2</Version> <Version>1.0.3</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.2"; public const string PluginVersion = "1.0.3";
/// <summary> /// <summary>
/// Logger instance for the plugin. /// Logger instance for the plugin.