From de669e0c9aa458bd6c267481563115905a76a905 Mon Sep 17 00:00:00 2001 From: Hiroshiba Date: Sun, 5 Feb 2023 05:12:15 +0900 Subject: [PATCH] =?UTF-8?q?[release-0.14]=20to=200.14.3=EF=BC=88=E3=82=A8?= =?UTF-8?q?=E3=83=B3=E3=82=B8=E3=83=B3=E3=81=AE=E3=83=90=E3=83=BC=E3=82=B8?= =?UTF-8?q?=E3=83=A7=E3=83=B3=E6=9B=B4=E6=96=B0=EF=BC=89=20(#1174)=20(#117?= =?UTF-8?q?7)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/build.yml | 2 +- public/updateInfos.json | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index e7a6d40c11..430531bd97 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -22,7 +22,7 @@ on: env: VOICEVOX_ENGINE_REPO_URL: "https://github.com/VOICEVOX/voicevox_engine" - VOICEVOX_ENGINE_VERSION: 0.14.1 + VOICEVOX_ENGINE_VERSION: 0.14.2 VOICEVOX_RESOURCE_VERSION: 0.14.0 VOICEVOX_EDITOR_VERSION: |- # releaseタグ名か、workflow_dispatchでのバージョン名か、999.999.999が入る diff --git a/public/updateInfos.json b/public/updateInfos.json index e27285a789..3f9d032c0a 100644 --- a/public/updateInfos.json +++ b/public/updateInfos.json @@ -1,4 +1,9 @@ [ + { + "version": "0.14.3", + "descriptions": ["GPUモードが動作しない・極端に遅い問題を解決"], + "contributors": [] + }, { "version": "0.14.2", "descriptions": ["エンジンのバージョンを0.14.1に"],