From ad393c1fa9b14f4908017d863d3940c32d8ac30f Mon Sep 17 00:00:00 2001 From: Wolfie <32025746+Wolfkid200444@users.noreply.github.com> Date: Wed, 6 Dec 2023 23:18:04 -0400 Subject: [PATCH] Release v1.0.1 --- manifest.json | 6 ++++-- package.json | 2 +- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/manifest.json b/manifest.json index 4f55cc3..584fd31 100644 --- a/manifest.json +++ b/manifest.json @@ -7,7 +7,7 @@ "discordID": "347096063569559553", "github": "WolfPlugs" }, - "version": "1.0.0", + "version": "1.0.1", "updater": { "type": "github", "id": "WolfPlugs/ClipsEnhanced" @@ -17,5 +17,7 @@ "renderer": "src/index.ts", "plaintextPatches": "src/plainTextpatches.ts", "source": "https://github.com/WolfPlugs/ClipsEnhanced", - "image": ["https://i.imgur.com/14CNs3a.png?CHANGE-THIS-URL"] + "image": [ + "https://i.imgur.com/14CNs3a.png?CHANGE-THIS-URL" + ] } diff --git a/package.json b/package.json index 2dd22c7..71eee71 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "clips-enhanced", - "version": "1.0.0", + "version": "1.0.1", "description": "More options for Discord's clip system!", "engines": { "node": ">=18.0.0",