summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Examples/WhisperDesktop/WhisperDesktop.rcbin20076 -> 20076 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 a9bb696..f677a79 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 022abb7..1f14a69 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 a06a8c8..5bd65b2 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.1.0.0" )]
+[assembly: AssemblyVersion( "1.2.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 095c08a..ca0fbff 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.1</version>
+ <version>1.2</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>Fixed a minor bug in the in-app performance profiler</releaseNotes>
+ <releaseNotes>Implemented a flag to select between versions of the compute shaders</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" />