We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 21f7d47 commit 5d224b7Copy full SHA for 5d224b7
src/assets/js/releaseData.ts
@@ -216,12 +216,12 @@ type OpenvinoReleaseDirectory = {
216
};
217
218
export const openvinoReleases: OpenvinoReleaseDirectory = {
219
- version: "3.6.3",
220
- revision: "R3.3",
+ version: "3.6.4",
+ revision: "R3.4",
221
win: [
222
{
223
name: "OpenVino AI Plugins",
224
- browser_download_url: "https://github.com/intel/openvino-plugins-ai-audacity/releases/download/v3.6.3-R3.3/audacity-win-v3.6.3-R3.3-64bit-OpenVINO-AI-Plugins.exe",
+ browser_download_url: "https://github.com/intel/openvino-plugins-ai-audacity/releases/download/v3.6.4-R3.4/audacity-win-v3.6.4-R3.4-64bit-OpenVINO-AI-Plugins.exe",
225
type: ".exe"
226
},
227
],
0 commit comments