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 89b749e commit 688a273Copy full SHA for 688a273
.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.5
26
- VOICEVOX_RESOURCE_VERSION: 0.14.3
+ VOICEVOX_ENGINE_VERSION: 0.14.6
+ VOICEVOX_RESOURCE_VERSION: 0.14.4
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,11 @@
1
[
2
+ {
3
+ "version": "0.14.8",
4
+ "descriptions": [
5
+ "キャラクター「栗田まろん」「あいえるたん」「満別花丸」「琴詠ニア」を追加"
6
+ ],
7
+ "contributors": []
8
+ },
9
{
10
"version": "0.14.7",
11
"descriptions": [
0 commit comments