diff --git a/package.json b/package.json index ce36d53..f057c79 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "hello-dalle-discordbot", - "version": "1.5.2", + "version": "1.5.3", "description": "Hello Dall-E will produce welcome images for your new users. Now with a wildcard that will 'prompt different' as you specify", "main": "bot.js", "scripts": { diff --git a/version_info.json b/version_info.json index 9aacce5..309f52a 100644 --- a/version_info.json +++ b/version_info.json @@ -30,5 +30,9 @@ "1.5.2": { "description": "Creates suggested profile pictures for new users without pfp. allows admins to toggle wide useage via \\!pfp-anyone", "changelog_url": "https://github.com/heavygee/hello-dalle-discordbot/releases/tag/v1.5.2" + }, + "1.5.3": { + "description": "Creates suggested profile pictures for new users without pfp. allows admins to toggle wide useage via \\!pfp-anyone - switched to typescript, added tests,administrivia", + "changelog_url": "https://github.com/heavygee/hello-dalle-discordbot/releases/tag/v1.5.3" } }