From ce2452944a0df765cb780e99ba5a705d6974009c Mon Sep 17 00:00:00 2001 From: "ijsblokjeee[bot]" <108194457+ijsblokjeee[bot]@users.noreply.github.com> Date: Mon, 5 Dec 2022 19:37:32 +0000 Subject: [PATCH] chore(Release): v1.1.1 --- .github/.readmeconfig.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/.readmeconfig.json b/.github/.readmeconfig.json index 7f48062..1537f6a 100644 --- a/.github/.readmeconfig.json +++ b/.github/.readmeconfig.json @@ -1,5 +1,5 @@ { - "project.version": "1.1.0", + "project.version": "1.1.1", "project.information": "@snowcrystals/iglo is a Discord.js framework which makes building a bot a lot easier. With its built-in SlashCommand registry system it checks updates the data once a change to the command is detected (a restart is required if code changes are made). The framework currently only supports SlashCommands (no idea why you want to use message commands now that Discord restricted the content to only a limited amount of eligible bots).", "project.installation": ["```bash", "yarn add @snowcrystals/iglo", "npm install @snowcrystals/iglo", "```"], "project.icon": "https://raw.githubusercontent.com/snowcrystals/.github/main/logo.png", diff --git a/package.json b/package.json index 5056f5f..aa1dcb2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@snowcrystals/iglo", - "version": "1.1.0", + "version": "1.1.1", "description": "A template used for every single repository in this organization 📏", "author": "ijsKoud ", "license": "MIT",