Skip to content

Commit

Permalink
to 0.17.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Hiroshiba committed Mar 9, 2024
1 parent d874956 commit b4f0b72
Show file tree
Hide file tree
Showing 6 changed files with 40 additions and 33 deletions.
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

0 comments on commit b4f0b72

Please sign in to comment.