We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 123c0f1 commit 65a4465Copy full SHA for 65a4465
.github/workflows/build.yml
@@ -22,8 +22,8 @@ on:
22
23
env:
24
VOICEVOX_ENGINE_REPO_URL: "https://github.com/VOICEVOX/voicevox_engine"
25
- VOICEVOX_ENGINE_VERSION: 0.14.4
26
- VOICEVOX_RESOURCE_VERSION: 0.14.2
+ VOICEVOX_ENGINE_VERSION: 0.14.5
+ VOICEVOX_RESOURCE_VERSION: 0.14.3
27
VOICEVOX_EDITOR_VERSION:
28
|- # releaseタグ名か、workflow_dispatchでのバージョン名か、999.999.999が入る
29
${{ github.event.release.tag_name || github.event.inputs.version || '999.999.999' }}
public/updateInfos.json
@@ -1,4 +1,12 @@
1
[
2
+ {
3
+ "version": "0.14.7",
4
+ "descriptions": [
5
+ "キャラクター「中国うさぎ」を追加",
6
+ "キャラクター「波音リツ」「もち子さん」のスタイルを追加"
7
+ ],
8
+ "contributors": []
9
+ },
10
{
11
"version": "0.14.6",
12
"descriptions": [
0 commit comments