We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 82b09d8 commit 3db6523Copy full SHA for 3db6523
.github/workflows/build.yml
@@ -26,8 +26,8 @@ on:
26
default: false
27
28
env:
29
- VOICEVOX_ENGINE_VERSION: 0.22.1
30
- VOICEVOX_RESOURCE_VERSION: 0.22.1
+ VOICEVOX_ENGINE_VERSION: 0.22.2
+ VOICEVOX_RESOURCE_VERSION: 0.22.2
31
VOICEVOX_EDITOR_VERSION:
32
|- # releaseタグ名か、workflow_dispatchでのバージョン名か、999.999.999-developが入る
33
${{ github.event.release.tag_name || github.event.inputs.version || '999.999.999-develop' }}
public/updateInfos.json
@@ -1,4 +1,9 @@
1
[
2
+ {
3
+ "version": "0.22.3",
4
+ "descriptions": ["キャラクター「ぞん子」を追加"],
5
+ "contributors": []
6
+ },
7
{
8
"version": "0.22.2",
9
"descriptions": ["キャラクター「中部つるぎ」を追加"],
0 commit comments