Skip to content

Commit

Permalink
to 0.19.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Hiroshiba committed Apr 28, 2024
1 parent 7b79b55 commit b1d5fe7
Show file tree
Hide file tree
Showing 6 changed files with 44 additions and 36 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.19.0"
editor_tag="0.19.1"
editor_url="https://raw.githubusercontent.com/VOICEVOX/voicevox/$editor_tag"

resource_tag="0.19.0"
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.19.0"
export const APP_VERSION = "0.19.1"
export const NEMO_VERSION = "0.14.0"

export const characterKeys: CharacterKey[] = [
Expand Down
8 changes: 8 additions & 0 deletions src/data/updateInfos.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,12 @@
[
{
"version": "0.19.1",
"descriptions": [
"ソング:音域調整時に音量が変わるバグを修正",
"ソング:1小節目の最初にノートを配置するとエラーになる問題を修正"
],
"contributors": ["Hiroshiba", "sigprogramming"]
},
{
"version": "0.19.0",
"descriptions": [
Expand Down
Loading

0 comments on commit b1d5fe7

Please sign in to comment.