From 6837fb202d749f9d88d01eb0ccf71bc535967a70 Mon Sep 17 00:00:00 2001 From: cafeed28 Date: Thu, 28 Sep 2023 18:15:56 +0500 Subject: [PATCH] add image to manifest --- manifest.json | 5 +++-- package.json | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/manifest.json b/manifest.json index 2bd16d6..53c5ba8 100644 --- a/manifest.json +++ b/manifest.json @@ -7,7 +7,7 @@ "discordID": "942752356595023874", "github": "cafeed28" }, - "version": "2.1.10", + "version": "2.1.11", "updater": { "type": "store", "id": "com.cafeed28.NitroSpoof" @@ -16,5 +16,6 @@ "type": "replugged-plugin", "renderer": "src/index.ts", "plaintextPatches": "src/plaintextPatches.ts", - "source": "https://github.com/cafeed28/replugged-nitrospoof" + "source": "https://github.com/cafeed28/replugged-nitrospoof", + "image": "https://cdn.discordapp.com/attachments/1026314163007529020/1156935460602527744/ezgif.com-video-to-gif.gif" } diff --git a/package.json b/package.json index 4cb5e54..b88211a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "replugged-nitrospoof", - "version": "2.1.10", + "version": "2.1.11", "description": "Use some Nitro features without wasting your money!", "engines": { "node": ">=14.0.0"