Skip to content

Commit 8852194

Browse files
Update: v0.1.0
1 parent d8f2c07 commit 8852194

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

providers/info.ts

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ const infoProvider: Provider = ({ baseClient, app }) => {
1919
app.get("/version", async (c) => {
2020
await baseClient.get("");
2121

22-
return c.json("0.0.1");
22+
return c.json("0.1.0");
2323
});
2424

2525
app.get(
@@ -52,6 +52,16 @@ const infoProvider: Provider = ({ baseClient, app }) => {
5252
],
5353
contributors: [],
5454
},
55+
{
56+
version: "0.1.0",
57+
descriptions: [
58+
"Update: COEIROINK v2正式版に追従",
59+
"Add: 辞書読み込みを追加",
60+
"Delete: outputSamplingRate周りのワークアラウンドを削除",
61+
"Fix: pitchScaleをデフォルトで0に(by @itsuka-dev)",
62+
],
63+
contributors: ["sevenc-nanashi", "itsuka-dev"],
64+
},
5565
{
5666
version: "0.0.1",
5767
descriptions: ["初期リリース。"],

0 commit comments

Comments
 (0)