diff --git a/BIP78.Receiver/BTCPayServer.BIP78.Receiver.csproj b/BIP78.Receiver/BTCPayServer.BIP78.Receiver.csproj
index dbee406..06f4a73 100644
--- a/BIP78.Receiver/BTCPayServer.BIP78.Receiver.csproj
+++ b/BIP78.Receiver/BTCPayServer.BIP78.Receiver.csproj
@@ -13,7 +13,7 @@
A library to help you add BIP78 payjoin receiving support in your bitcoin wallet.
https://github.com/BTCPayServer/BTCPayServer.BIP78
MIT
- 0.2.4
+ 0.2.5
latest
diff --git a/BIP78.Sender/BTCPayServer.BIP78.Sender.csproj b/BIP78.Sender/BTCPayServer.BIP78.Sender.csproj
index 0e82507..fdc2a0f 100644
--- a/BIP78.Sender/BTCPayServer.BIP78.Sender.csproj
+++ b/BIP78.Sender/BTCPayServer.BIP78.Sender.csproj
@@ -12,12 +12,12 @@
A library to help you add BIP78 payjoin sending support in your bitcoin wallet.
https://github.com/BTCPayServer/BTCPayServer.BIP78
MIT
- 0.2.4
+ 0.2.5
latest
-
+
diff --git a/BIP78.Sender/IPayjoinWallet.cs b/BIP78.Sender/IPayjoinWallet.cs
index f720599..c97dc19 100644
--- a/BIP78.Sender/IPayjoinWallet.cs
+++ b/BIP78.Sender/IPayjoinWallet.cs
@@ -2,7 +2,7 @@ using NBitcoin;
namespace BTCPayServer.BIP78.Sender
{
- public interface IPayjoinWallet: IHDScriptPubKey
+ public interface IPayjoinWallet : IHDScriptPubKey
{
public ScriptPubKeyType ScriptPubKeyType { get; }
RootedKeyPath RootedKeyPath { get; }