summaryrefslogtreecommitdiffstats
path: root/WhisperNet/WhisperNet.nuspec
diff options
context:
space:
mode:
authorKonstantin <const@const.me>2023-01-20 20:54:43 +0100
committerKonstantin <const@const.me>2023-01-20 20:54:43 +0100
commit79d6cb500f57cf8d416e399610ed405039b166da (patch)
tree8ab042152c4deee1bc3775aa0bc7369d1316e85a /WhisperNet/WhisperNet.nuspec
parent25c80841bead0c447a7a1986b0eaff64d7b537f4 (diff)
Version 1.4
Diffstat (limited to 'WhisperNet/WhisperNet.nuspec')
-rw-r--r--WhisperNet/WhisperNet.nuspec4
1 files changed, 2 insertions, 2 deletions
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" />