Skip to content

Commit

Permalink
🔖 fix version
Browse files Browse the repository at this point in the history
  • Loading branch information
ci7lus committed Feb 17, 2022
1 parent 669577f commit 8727252
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/miraktest-miyou/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ const meta = {
id: _id,
name: "Miyou",
author: "ci7lus",
version: "0.0.1",
version: "0.1.0",
description:
"Miyouからコメントを取得するプラグインです。対応するコメントレンダラープラグインが必要です。",
}
Expand Down
2 changes: 1 addition & 1 deletion src/miraktest-nico/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ const meta = {
id: _id,
name: "ニコニコ実況",
author: "ci7lus",
version: "0.0.1",
version: "0.1.0",
description:
"ニコニコ実況からコメントを取得するプラグインです。対応するコメントレンダラープラグインが必要です。",
}
Expand Down
2 changes: 1 addition & 1 deletion src/miraktest-saya/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ const meta = {
id: _id,
name: "Saya",
author: "ci7lus",
version: "0.1.0",
version: "0.2.0",
description:
"Sayaからコメントを取得するプラグインです。対応するコメントレンダラープラグインが必要です。",
}
Expand Down

0 comments on commit 8727252

Please sign in to comment.