Skip to content

Commit

Permalink
Release v1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
yofukashino committed Oct 24, 2023
1 parent 3093ee8 commit e82321e
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 13 deletions.
26 changes: 14 additions & 12 deletions manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,19 @@
"id": "dev.kingfish.DoubleClickVC",
"name": "Double Click to VC",
"description": "Double click to join VC",
"author": [{
"name": "King Fish",
"discordID": "499400512559382538",
"github": "12944qwerty"
},
{
"name": "Ahlawat",
"discordID": "1025214794766221384",
"github": "Tharki-God"
}],
"version": "1.0.2",
"author": [
{
"name": "King Fish",
"discordID": "499400512559382538",
"github": "12944qwerty"
},
{
"name": "Ahlawat",
"discordID": "1025214794766221384",
"github": "Tharki-God"
}
],
"version": "1.0.3",
"updater": {
"type": "store",
"id": "dev.kingfish.DoubleClickVC"
Expand All @@ -22,5 +24,5 @@
"renderer": "src/index.ts",
"plaintextPatches": "src/plaintextPatches.ts",
"source": "https://github.com/qwerty-mods/double-click-vc",
"image": "https://cdn.discordapp.com/attachments/1105304879137824798/1105304879414653039/doubleclickvc.gif"
"image": "https://cdn.discordapp.com/attachments/1105304879137824798/1105304879414653039/doubleclickvc.gif"
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "double-click-vc",
"version": "1.0.2",
"version": "1.0.3",
"description": "Double click to join VC",
"engines": {
"node": ">=18.0.0",
Expand Down

0 comments on commit e82321e

Please sign in to comment.