Skip to content

Commit 82b09d8

Browse files
authored
add: [release-0.22] to 0.22.2 (#2436)
1 parent 2063833 commit 82b09d8

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ on:
2626
default: false
2727

2828
env:
29-
VOICEVOX_ENGINE_VERSION: 0.22.0
30-
VOICEVOX_RESOURCE_VERSION: 0.22.0
29+
VOICEVOX_ENGINE_VERSION: 0.22.1
30+
VOICEVOX_RESOURCE_VERSION: 0.22.1
3131
VOICEVOX_EDITOR_VERSION:
3232
|- # releaseタグ名か、workflow_dispatchでのバージョン名か、999.999.999-developが入る
3333
${{ github.event.release.tag_name || github.event.inputs.version || '999.999.999-develop' }}

public/updateInfos.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
11
[
2+
{
3+
"version": "0.22.2",
4+
"descriptions": ["キャラクター「中部つるぎ」を追加"],
5+
"contributors": []
6+
},
27
{
38
"version": "0.22.1",
49
"descriptions": ["バグ修正"],

0 commit comments

Comments
 (0)