Skip to content

Commit 5d224b7

Browse files
committed
update openvino
1 parent 21f7d47 commit 5d224b7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/assets/js/releaseData.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -216,12 +216,12 @@ type OpenvinoReleaseDirectory = {
216216
};
217217

218218
export const openvinoReleases: OpenvinoReleaseDirectory = {
219-
version: "3.6.3",
220-
revision: "R3.3",
219+
version: "3.6.4",
220+
revision: "R3.4",
221221
win: [
222222
{
223223
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",
224+
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",
225225
type: ".exe"
226226
},
227227
],

0 commit comments

Comments
 (0)