potential fix for configuration version conflict

main
Camille 2022-09-12 21:30:14 +02:00
parent 1fe93b3a34
commit f563fb778f
2 changed files with 2 additions and 2 deletions

View File

@ -9,7 +9,7 @@ namespace CurrencyAlert
[Serializable]
public class Configuration : IPluginConfiguration
{
public int Version { get; set; } = 4;
public int Version { get; set; } = 5;
public Dictionary<Currency, bool> AlertEnabled { get; set; } = new Dictionary<Currency, bool>();
public Dictionary<Currency, int> Threshold { get; set; } = new Dictionary<Currency , int>();

View File

@ -3,7 +3,7 @@
<PropertyGroup>
<Authors></Authors>
<Company></Company>
<Version>0.3.3.0</Version>
<Version>0.3.3.1</Version>
<Description>Currency Alert</Description>
<Copyright></Copyright>
<PackageProjectUrl>https://github.com/Lharz/xiv-currency-alert</PackageProjectUrl>