Skip to content

Commit

Permalink
to 0.21.1 (#2321)
Browse files Browse the repository at this point in the history
  • Loading branch information
Hiroshiba authored Oct 26, 2024
1 parent 94e1535 commit 375aaea
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,8 @@ on:
default: false

env:
VOICEVOX_ENGINE_REPO_URL: "https://github.com/VOICEVOX/voicevox_engine"
VOICEVOX_ENGINE_VERSION: 0.21.0
VOICEVOX_RESOURCE_VERSION: 0.21.0
VOICEVOX_ENGINE_VERSION: 0.21.1
VOICEVOX_RESOURCE_VERSION: 0.21.1
VOICEVOX_EDITOR_VERSION:
|- # releaseタグ名か、workflow_dispatchでのバージョン名か、999.999.999-developが入る
${{ github.event.release.tag_name || github.event.inputs.version || '999.999.999-develop' }}
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.21.1",
"descriptions": ["キャラクター「Voidoll」を追加"],
"contributors": []
},
{
"version": "0.21.0",
"descriptions": [
Expand Down

0 comments on commit 375aaea

Please sign in to comment.