Skip to content

Commit

Permalink
to 0.13.2 (#962)
Browse files Browse the repository at this point in the history
  • Loading branch information
Hiroshiba authored Sep 30, 2022
1 parent 9baa22a commit 8ba551d
Show file tree
Hide file tree
Showing 2 changed files with 11 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 @@ -22,8 +22,8 @@ on:

env:
VOICEVOX_ENGINE_REPO_URL: "https://github.com/VOICEVOX/voicevox_engine"
VOICEVOX_ENGINE_VERSION: 0.13.0
VOICEVOX_RESOURCE_VERSION: 0.13.0
VOICEVOX_ENGINE_VERSION: 0.13.1
VOICEVOX_RESOURCE_VERSION: 0.13.1
VOICEVOX_EDITOR_VERSION:
|- # releaseタグ名か、workflow_dispatchでのバージョン名か、999.999.999が入る
${{ github.event.release.tag_name || github.event.inputs.version || '999.999.999' }}
Expand Down
9 changes: 9 additions & 0 deletions public/updateInfos.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,13 @@
[
{
"version": "0.13.2",
"descriptions": [
"キャラクター「WhiteCUL」「後鬼」「No.7」を追加",
"キャラクター「白上虎太郎」のスタイルを追加",
"バグ修正"
],
"contributors": ["kantas-spike", "PickledChair"]
},
{
"version": "0.13.1",
"descriptions": ["バグ修正"],
Expand Down

0 comments on commit 8ba551d

Please sign in to comment.