Skip to content

Commit 8473b59

Browse files
committed
bump to v1.12.1
1 parent 59ddf55 commit 8473b59

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "vencord",
33
"private": "true",
4-
"version": "1.12.0",
4+
"version": "1.12.1",
55
"description": "The cutest Discord client mod",
66
"homepage": "https://github.com/Vendicated/Vencord#readme",
77
"bugs": {

scripts/build/common.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ export const globPlugins = kind => ({
182182
const mod = `p${i}`;
183183
code += `import ${mod} from "./${dir}/${fileName.replace(/\.tsx?$/, "")}";\n`;
184184
pluginsCode += `[${mod}.name]:${mod},\n`;
185-
metaCode += `[${mod}.name]:${JSON.stringify({ folderName, userPlugin })},\n`; // TODO: add excluded plugins to display in the UI?
185+
metaCode += `[${mod}.name]:${JSON.stringify({ folderName, userPlugin })},\n`;
186186
i++;
187187
}
188188
}

0 commit comments

Comments
 (0)