diff --git a/Plugins/BTCPayServer.Plugins.DynamicReports/BTCPayServer.Plugins.DynamicReports.csproj b/Plugins/BTCPayServer.Plugins.DynamicReports/BTCPayServer.Plugins.DynamicReports.csproj index c661c84..9ae0e2b 100644 --- a/Plugins/BTCPayServer.Plugins.DynamicReports/BTCPayServer.Plugins.DynamicReports.csproj +++ b/Plugins/BTCPayServer.Plugins.DynamicReports/BTCPayServer.Plugins.DynamicReports.csproj @@ -9,7 +9,7 @@ Dynamic Reports Allows you to create custom reports using SQL. - 1.0.2 + 1.0.3 true diff --git a/Plugins/BTCPayServer.Plugins.DynamicReports/DynamicReportsPlugin.cs b/Plugins/BTCPayServer.Plugins.DynamicReports/DynamicReportsPlugin.cs index 8c98ef4..a298bda 100644 --- a/Plugins/BTCPayServer.Plugins.DynamicReports/DynamicReportsPlugin.cs +++ b/Plugins/BTCPayServer.Plugins.DynamicReports/DynamicReportsPlugin.cs @@ -10,7 +10,7 @@ public class DynamicReportsPlugin : BaseBTCPayServerPlugin { public override IBTCPayServerPlugin.PluginDependency[] Dependencies { get; } = { - new() { Identifier = nameof(BTCPayServer), Condition = ">=2.0.0" } + new() { Identifier = nameof(BTCPayServer), Condition = ">=2.2.0" } }; public override void Execute(IServiceCollection applicationBuilder) {