Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

to 0.17.2 #194

Merged
merged 1 commit into from
Mar 9, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ npm run preview-build
## add resource

```bash
editor_tag="0.17.1"
editor_tag="0.17.2"
editor_url="https://raw.githubusercontent.com/VOICEVOX/voicevox/$editor_tag"

resource_tag="0.17.1"
Expand Down
2 changes: 1 addition & 1 deletion src/constants.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { CharacterKey } from "./types/dormitoryCharacter"

export const APP_VERSION = "0.17.1"
export const APP_VERSION = "0.17.2"
export const NEMO_VERSION = "0.14.0"

export const characterKeys: CharacterKey[] = [
Expand Down
7 changes: 7 additions & 0 deletions src/data/updateInfos.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@
[
{
"version": "0.17.2",
"descriptions": [
"プロジェクト読込み時に声量調整などが反映されない問題を解決"
],
"contributors": ["Hiroshiba"]
},
{
"version": "0.17.1",
"descriptions": [
Expand Down
Loading
Loading