Skip to content

Commit 89eee92

Browse files
Update: v0.2.1
1 parent 7e7c84c commit 89eee92

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

providers/info.ts

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

21-
return c.json("0.2.0");
21+
return c.json("0.2.1");
2222
});
2323

2424
app.get(
@@ -51,6 +51,13 @@ const infoProvider: Provider = ({ baseClient, app }) => {
5151
],
5252
contributors: [],
5353
},
54+
{
55+
version: "0.2.1",
56+
descriptions: [
57+
"Fix: 空のAccentPhraseで無音を返すように",
58+
],
59+
contributors: ["sevenc-nanashi"],
60+
},
5461
{
5562
version: "0.2.0",
5663
descriptions: [

0 commit comments

Comments
 (0)