Skip to content

Commit

Permalink
to 0.19.0 (#206)
Browse files Browse the repository at this point in the history
  • Loading branch information
Hiroshiba authored Apr 27, 2024
1 parent dada2a2 commit 626bc56
Show file tree
Hide file tree
Showing 4 changed files with 87 additions and 36 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,10 +49,10 @@ npm run preview-build
## add resource

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

resource_tag="0.18.1"
resource_tag="0.19.0"
resource_url="https://raw.githubusercontent.com/VOICEVOX/voicevox_resource/$resource_tag"

# 規約
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.18.1"
export const APP_VERSION = "0.19.0"
export const NEMO_VERSION = "0.14.0"

export const characterKeys: CharacterKey[] = [
Expand Down
19 changes: 19 additions & 0 deletions src/data/updateInfos.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,23 @@
[
{
"version": "0.19.0",
"descriptions": [
"ソング:ピッチ編集機能",
"ソング:歌詞の一括入力",
"バグ修正"
],
"contributors": [
"Hiroshiba",
"KoharuYuzuki",
"madosuki",
"palm209",
"romot-co",
"sevenc-nanashi",
"sigprogramming",
"weweweok",
"y-chan"
]
},
{
"version": "0.18.1",
"descriptions": [
Expand Down
Loading

0 comments on commit 626bc56

Please sign in to comment.