Skip to content

Commit df298b8

Browse files
authored
[release-0.18] to 0.18.1 (#1980)
to 0.18.1
1 parent 20a9e6b commit df298b8

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed

.github/workflows/build.yml

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

2828
env:
2929
VOICEVOX_ENGINE_REPO_URL: "https://github.com/VOICEVOX/voicevox_engine"
30-
VOICEVOX_ENGINE_VERSION: 0.18.0
31-
VOICEVOX_RESOURCE_VERSION: 0.18.0
30+
VOICEVOX_ENGINE_VERSION: 0.18.1
31+
VOICEVOX_RESOURCE_VERSION: 0.18.1
3232
VOICEVOX_EDITOR_VERSION:
3333
|- # releaseタグ名か、workflow_dispatchでのバージョン名か、999.999.999-developが入る
3434
${{ github.event.release.tag_name || github.event.inputs.version || '999.999.999-develop' }}

public/updateInfos.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,14 @@
11
[
2+
{
3+
"version": "0.18.1",
4+
"descriptions": [
5+
"キャラクター「†聖騎士 紅桜†」「雀松朱司」「麒ヶ島宗麟」「春歌ナナ」「猫使アル」「猫使ビィ」「中国うさぎ」のハミングを追加",
6+
"キャラクター「栗田まろん」「あいえるたん」「満別花丸」「琴詠ニア」のハミングを追加",
7+
"ソング:一部のUSTファイルが読み込めないバグの修正",
8+
"起動に必要なメモリ量を大幅に削減"
9+
],
10+
"contributors": ["Hiroshiba", "qryxip", "romot-co"]
11+
},
212
{
313
"version": "0.18.0",
414
"descriptions": [

0 commit comments

Comments
 (0)