Skip to content

Commit

Permalink
store updater
Browse files Browse the repository at this point in the history
  • Loading branch information
12944qwerty authored Jun 5, 2023
1 parent 5df621d commit cfb45b8
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Double click to join a VC

[![Install in Replugged](https://img.shields.io/badge/-Install%20in%20Replugged-blue?style=for-the-badge&logo=none)](https://replugged.dev/install?identifier=qwerty-modes/double-click-vc&source=github)
[![Install in Replugged](https://img.shields.io/badge/-Install%20in%20Replugged-blue?style=for-the-badge&logo=none)](https://replugged.dev/install?identifier=dev.kingfish.DoubleClickVC)


Todo:
Expand Down
6 changes: 3 additions & 3 deletions manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@
"discordID": "499400512559382538",
"github": "12944qwerty"
},
"version": "1.0.0",
"version": "1.0.1",
"updater": {
"type": "github",
"id": "qwerty-mods/double-click-vc"
"type": "store",
"id": "dev.kingfish.DoubleClickVC"
},
"license": "MIT",
"type": "replugged-plugin",
Expand Down
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.0",
"version": "1.0.1",
"description": "Double click to join VC",
"engines": {
"node": ">=18.0.0",
Expand Down

0 comments on commit cfb45b8

Please sign in to comment.