From ccbc3bc5c71a72ed484f43ffafc1b25ae7328e1c Mon Sep 17 00:00:00 2001 From: Bartosz Gradzik Date: Wed, 8 Oct 2025 21:47:43 +0200 Subject: [PATCH] Bump version to 1.0.1 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 🎮 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude --- TownOfUsStatsExporter.csproj | 2 +- TownOfUsStatsPlugin.cs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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.