From 9ca23c5c6d6cabf1fca873319dff47f68cc36a0d Mon Sep 17 00:00:00 2001 From: Konstantin Date: Tue, 24 Jan 2023 17:49:37 +0100 Subject: Version 1.5 --- WhisperNet/Internal/AssemblyInfo.cs | 2 +- WhisperNet/WhisperNet.nuspec | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'WhisperNet') diff --git a/WhisperNet/Internal/AssemblyInfo.cs b/WhisperNet/Internal/AssemblyInfo.cs index 15e2546..bad5334 100644 --- a/WhisperNet/Internal/AssemblyInfo.cs +++ b/WhisperNet/Internal/AssemblyInfo.cs @@ -4,5 +4,5 @@ using System.Runtime.InteropServices; [assembly: AssemblyCopyright( "Copyright © const.me, 2022" )] [assembly: ComVisible( false )] [assembly: Guid( "ced6cdb7-e040-4398-bae8-3417e5fa35f1" )] -[assembly: AssemblyVersion( "1.4.0.0" )] +[assembly: AssemblyVersion( "1.5.0.0" )] [assembly: AssemblyDescription( "DirectCompute port of whisper.cpp library, C# bindings" )] \ No newline at end of file diff --git a/WhisperNet/WhisperNet.nuspec b/WhisperNet/WhisperNet.nuspec index 60bd8b8..e08bcf0 100644 --- a/WhisperNet/WhisperNet.nuspec +++ b/WhisperNet/WhisperNet.nuspec @@ -2,7 +2,7 @@ WhisperNet - 1.4 + 1.5 Konstantin, const.me MPL-2.0 https://github.com/Const-me/Whisper -- cgit v1.2.3