From 33cf09eccfe7e4fa2731804c5900fc03c8b935b0 Mon Sep 17 00:00:00 2001 From: cafeed28 Date: Sun, 23 Jul 2023 22:06:41 +0500 Subject: [PATCH] manifest: add source --- manifest.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/manifest.json b/manifest.json index 6bf858b..cf87611 100644 --- a/manifest.json +++ b/manifest.json @@ -7,12 +7,13 @@ "discordID": "942752356595023874", "github": "cafeed28" }, - "version": "2.1.7", + "version": "2.1.8", "updater": { "type": "store", "id": "com.cafeed28.NitroSpoof" }, "license": "MIT", "type": "replugged-plugin", - "renderer": "src/index.ts" + "renderer": "src/index.ts", + "source": "https://github.com/cafeed28/replugged-nitrospoof" }