diff --git a/src/Geralt/Geralt.csproj b/src/Geralt/Geralt.csproj index 0524b1f..9c8b369 100644 --- a/src/Geralt/Geralt.csproj +++ b/src/Geralt/Geralt.csproj @@ -19,7 +19,7 @@ - + diff --git a/src/Geralt/Interop/Interop.Sodium.cs b/src/Geralt/Interop/Interop.Sodium.cs index b52278d..3af95be 100644 --- a/src/Geralt/Interop/Interop.Sodium.cs +++ b/src/Geralt/Interop/Interop.Sodium.cs @@ -4,9 +4,9 @@ internal static partial class Interop { internal static partial class Libsodium { - internal const string SODIUM_VERSION_STRING = "1.0.18"; - internal const int SODIUM_LIBRARY_VERSION_MAJOR = 10; - internal const int SODIUM_LIBRARY_VERSION_MINOR = 3; + internal const string SODIUM_VERSION_STRING = "1.0.19"; + internal const int SODIUM_LIBRARY_VERSION_MAJOR = 26; + internal const int SODIUM_LIBRARY_VERSION_MINOR = 1; [DllImport(DllName, CallingConvention = Convention)] internal static extern int sodium_init();