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",