Skip to content

Commit 65a4465

Browse files
authored
to 0.14.7 (#1327)
1 parent 123c0f1 commit 65a4465

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.4
26-
VOICEVOX_RESOURCE_VERSION: 0.14.2
25+
VOICEVOX_ENGINE_VERSION: 0.14.5
26+
VOICEVOX_RESOURCE_VERSION: 0.14.3
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.7",
4+
"descriptions": [
5+
"キャラクター「中国うさぎ」を追加",
6+
"キャラクター「波音リツ」「もち子さん」のスタイルを追加"
7+
],
8+
"contributors": []
9+
},
210
{
311
"version": "0.14.6",
412
"descriptions": [

0 commit comments

Comments
 (0)