Skip to content

Commit 3db6523

Browse files
authoredDec 29, 2024··
add: [release-0.22] to 0.22.3 (#2448)
1 parent 82b09d8 commit 3db6523

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed
 

‎.github/workflows/build.yml

+2-2
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.1
30-
VOICEVOX_RESOURCE_VERSION: 0.22.1
29+
VOICEVOX_ENGINE_VERSION: 0.22.2
30+
VOICEVOX_RESOURCE_VERSION: 0.22.2
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

+5
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
11
[
2+
{
3+
"version": "0.22.3",
4+
"descriptions": ["キャラクター「ぞん子」を追加"],
5+
"contributors": []
6+
},
27
{
38
"version": "0.22.2",
49
"descriptions": ["キャラクター「中部つるぎ」を追加"],

0 commit comments

Comments
 (0)
Please sign in to comment.