Skip to content

Commit

Permalink
Update: v0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
sevenc-nanashi committed Nov 18, 2023
1 parent 75daf14 commit 92174bc
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion providers/info.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ const infoProvider: Provider = ({ baseClient, app }) => {
app.get("/version", async (c) => {
await baseClient.get("");

return c.json("0.1.0");
return c.json("0.1.1");
});

app.get(
Expand Down Expand Up @@ -52,6 +52,14 @@ const infoProvider: Provider = ({ baseClient, app }) => {
],
contributors: [],
},
{
version: "0.1.1",
descriptions: [
"Add: Mac版ビルドを追加",
"Fix: ユーザー辞書周りを修正",
],
contributors: ["sevenc-nanashi"],
},
{
version: "0.1.0",
descriptions: [
Expand Down

0 comments on commit 92174bc

Please sign in to comment.