bump liquid+_

This commit is contained in:
Kukks
2023-08-25 09:06:02 +02:00
parent e3b64e8faa
commit aaafffb888
2 changed files with 2 additions and 2 deletions

View File

@@ -11,7 +11,7 @@
<PropertyGroup>
<Product>Liquid+</Product>
<Description>Enhanced support for the liquid network.</Description>
<Version>1.1.1</Version>
<Version>1.1.2</Version>
</PropertyGroup>
<!-- Plugin development properties -->

View File

@@ -16,7 +16,7 @@ namespace BTCPayServer.Plugins.LiquidPlus
{
public override IBTCPayServerPlugin.PluginDependency[] Dependencies { get; } =
{
new() { Identifier = nameof(BTCPayServer), Condition = ">=1.10.0" }
new() { Identifier = nameof(BTCPayServer), Condition = ">=1.11.0" }
};
public override void Execute(IServiceCollection services)
{