Skip to content

Commit

Permalink
to 0.9.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Hiroshiba committed Nov 27, 2021
1 parent fb8172e commit 8667de8
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:

env:
VOICEVOX_ENGINE_REPO_URL: "https://github.com/Hiroshiba/voicevox_engine"
VOICEVOX_ENGINE_VERSION: 0.9.1
VOICEVOX_ENGINE_VERSION: 0.9.2

jobs:
build-noengine-prepackage:
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "voicevox",
"version": "0.9.1",
"version": "0.9.2",
"author": "Hiroshiba Kazuyuki",
"private": true,
"engines": {
Expand Down Expand Up @@ -87,4 +87,4 @@
"vue-cli-plugin-electron-builder": "2.0.0",
"yargs": "17.2.1"
}
}
}
8 changes: 8 additions & 0 deletions public/updateInfos.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,12 @@
[
{
"version": "0.9.2",
"descriptions": [
"特定環境でエンジンが起動しないバグの修正",
"デフォルトスタイル選択で完了が押せないバグの修正"
],
"contributors": ["aoirint", "Hiroshiba", "raa0121", "shigobu", "y-chan"]
},
{
"version": "0.9.1",
"descriptions": [
Expand Down

0 comments on commit 8667de8

Please sign in to comment.