Skip to content

Commit

Permalink
to 0.12.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Hiroshiba committed Jun 9, 2022
1 parent 804ca97 commit f5f8771
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ on:

env:
VOICEVOX_ENGINE_REPO_URL: "https://github.com/VOICEVOX/voicevox_engine"
VOICEVOX_ENGINE_VERSION: 0.12.1
VOICEVOX_RESOURCE_VERSION: 0.12.0
VOICEVOX_ENGINE_VERSION: 0.12.2
VOICEVOX_RESOURCE_VERSION: 0.12.1
VOICEVOX_EDITOR_VERSION:
|- # releaseのときはタグが、それ以外は999.999.999がバージョン名に
${{ github.event.release.tag_name != '' && github.event.release.tag_name || '999.999.999' }}
Expand Down
5 changes: 5 additions & 0 deletions public/updateInfos.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
[
{
"version": "0.12.3",
"descriptions": ["キャラクター「もち子さん」を追加"],
"contributors": []
},
{
"version": "0.12.2",
"descriptions": ["GPU版でイントネーションが不自然になる問題を修正"],
Expand Down

0 comments on commit f5f8771

Please sign in to comment.