Skip to content

Commit

Permalink
[release-0.19] to 0.19.2 (#2106)
Browse files Browse the repository at this point in the history
to 0.19.2
  • Loading branch information
Hiroshiba authored May 29, 2024
1 parent 96dacf6 commit 8365fd3
Show file tree
Hide file tree
Showing 2 changed files with 9 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 @@ -27,8 +27,8 @@ on:

env:
VOICEVOX_ENGINE_REPO_URL: "https://github.com/VOICEVOX/voicevox_engine"
VOICEVOX_ENGINE_VERSION: 0.19.0
VOICEVOX_RESOURCE_VERSION: 0.19.0
VOICEVOX_ENGINE_VERSION: 0.19.1
VOICEVOX_RESOURCE_VERSION: 0.19.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
7 changes: 7 additions & 0 deletions public/updateInfos.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@
[
{
"version": "0.19.2",
"descriptions": [
"キャラクター「後鬼」のスタイルを追加"
],
"contributors": []
},
{
"version": "0.19.1",
"descriptions": [
Expand Down

0 comments on commit 8365fd3

Please sign in to comment.