diff --git a/Plugins/BTCPayServer.Plugins.FileSeller/BTCPayServer.Plugins.FileSeller.csproj b/Plugins/BTCPayServer.Plugins.FileSeller/BTCPayServer.Plugins.FileSeller.csproj
index 3b4bcac..4fe7e8b 100644
--- a/Plugins/BTCPayServer.Plugins.FileSeller/BTCPayServer.Plugins.FileSeller.csproj
+++ b/Plugins/BTCPayServer.Plugins.FileSeller/BTCPayServer.Plugins.FileSeller.csproj
@@ -9,7 +9,7 @@
File Seller
Allows you to sell files through the point of sale/crowdfund apps.
- 1.0.2
+ 1.0.3
diff --git a/Plugins/BTCPayServer.Plugins.FileSeller/FileSellerPlugin.cs b/Plugins/BTCPayServer.Plugins.FileSeller/FileSellerPlugin.cs
index eacbd51..0f9dc3b 100644
--- a/Plugins/BTCPayServer.Plugins.FileSeller/FileSellerPlugin.cs
+++ b/Plugins/BTCPayServer.Plugins.FileSeller/FileSellerPlugin.cs
@@ -9,7 +9,7 @@ public class FileSellerPlugin : BaseBTCPayServerPlugin
{
public override IBTCPayServerPlugin.PluginDependency[] Dependencies { get; } =
{
- new() { Identifier = nameof(BTCPayServer), Condition = ">=1.11.4" }
+ new() { Identifier = nameof(BTCPayServer), Condition = ">=1.11.5" }
};
public override void Execute(IServiceCollection applicationBuilder)
{