diff --git a/Plugin.cs b/Plugin.cs index f56c77e..b8b71f7 100644 --- a/Plugin.cs +++ b/Plugin.cs @@ -20,7 +20,7 @@ public void ConfigureServices(IServiceCollection serviceCollection) public partial class Plugin : BasePlugin, IPluginConfig { public override string ModuleName => "RockTheVote"; - public override string ModuleVersion => "1.2.1"; + public override string ModuleVersion => "1.2.2"; public override string ModuleAuthor => "abnerfs"; public override string ModuleDescription => "General purpose map voting plugin"; diff --git a/RockTheVote.csproj b/RockTheVote.csproj index b77cbcd..8b55192 100644 --- a/RockTheVote.csproj +++ b/RockTheVote.csproj @@ -26,6 +26,9 @@ PreserveNewest + + PreserveNewest + PreserveNewest