From 52ee993c32ed39af7eeeab6ef9068c297a1d3f8a Mon Sep 17 00:00:00 2001 From: Bartosz Gradzik Date: Fri, 10 Oct 2025 21:54:26 +0200 Subject: [PATCH] podbicie numeru wersji --- TownOfUsStatsExporter.csproj | 2 +- TownOfUsStatsPlugin.cs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/TownOfUsStatsExporter.csproj b/TownOfUsStatsExporter.csproj index 5505c5d..3467216 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.2 + 1.0.3 ToU Mira Team diff --git a/TownOfUsStatsPlugin.cs b/TownOfUsStatsPlugin.cs index fe41da2..ee3a4bb 100644 --- a/TownOfUsStatsPlugin.cs +++ b/TownOfUsStatsPlugin.cs @@ -32,7 +32,7 @@ public class TownOfUsStatsPlugin : BasePlugin /// /// Plugin version. /// - public const string PluginVersion = "1.0.2"; + public const string PluginVersion = "1.0.3"; /// /// Logger instance for the plugin.