summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Examples/WhisperDesktop/WhisperDesktop.rcbin20384 -> 20384 bytes
-rw-r--r--Whisper/Resource.rcbin5246 -> 5246 bytes
-rw-r--r--WhisperNet/Internal/AssemblyInfo.cs2
-rw-r--r--WhisperNet/WhisperNet.nuspec4
4 files changed, 3 insertions, 3 deletions
diff --git a/Examples/WhisperDesktop/WhisperDesktop.rc b/Examples/WhisperDesktop/WhisperDesktop.rc
index de8627b..9d8c656 100644
--- a/Examples/WhisperDesktop/WhisperDesktop.rc
+++ b/Examples/WhisperDesktop/WhisperDesktop.rc
Binary files differ
diff --git a/Whisper/Resource.rc b/Whisper/Resource.rc
index 8f5bca4..f8f7e05 100644
--- a/Whisper/Resource.rc
+++ b/Whisper/Resource.rc
Binary files differ
diff --git a/WhisperNet/Internal/AssemblyInfo.cs b/WhisperNet/Internal/AssemblyInfo.cs
index 3fa50ae..15e2546 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.3.0.0" )]
+[assembly: AssemblyVersion( "1.4.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 131e524..60bd8b8 100644
--- a/WhisperNet/WhisperNet.nuspec
+++ b/WhisperNet/WhisperNet.nuspec
@@ -2,12 +2,12 @@
<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
<metadata>
<id>WhisperNet</id>
- <version>1.3</version>
+ <version>1.4</version>
<authors>Konstantin, const.me</authors>
<license type="expression">MPL-2.0</license>
<projectUrl>https://github.com/Const-me/Whisper</projectUrl>
<description>High-performance GPGPU inference of OpenAI's Whisper automatic speech recognition (ASR) model</description>
- <releaseNotes>A workaround for the Microsoft’s bug in their MP3 decoder MFT</releaseNotes>
+ <releaseNotes>Two bugfixes, one of them critical.</releaseNotes>
<copyright>Copyright © const.me, 2022-2023</copyright>
<tags>whisper, gpgpu, speech recognition</tags>
<repository type="git" url="https://github.com/Const-me/Whisper.git" />