Skip to content

Commit cc6b02e

Browse files
authored
to 0.14.5 (#1223)
1 parent 58a3146 commit cc6b02e

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ on:
2222

2323
env:
2424
VOICEVOX_ENGINE_REPO_URL: "https://github.com/VOICEVOX/voicevox_engine"
25-
VOICEVOX_ENGINE_VERSION: 0.14.2
26-
VOICEVOX_RESOURCE_VERSION: 0.14.0
25+
VOICEVOX_ENGINE_VERSION: 0.14.3
26+
VOICEVOX_RESOURCE_VERSION: 0.14.1
2727
VOICEVOX_EDITOR_VERSION:
2828
|- # releaseタグ名か、workflow_dispatchでのバージョン名か、999.999.999が入る
2929
${{ github.event.release.tag_name || github.event.inputs.version || '999.999.999' }}

public/updateInfos.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,12 @@
11
[
2+
{
3+
"version": "0.14.5",
4+
"descriptions": [
5+
"キャラクター「†聖騎士 紅桜†」「雀松朱司」「麒ヶ島宗麟」を追加",
6+
"同時書き込みで辞書が破損する問題を修正"
7+
],
8+
"contributors": ["Hiroshiba"]
9+
},
210
{
311
"version": "0.14.4",
412
"descriptions": ["デフォルトスタイル選択ダイアログが閉じれないバグを修正"],

0 commit comments

Comments
 (0)