From 4826110bd6d43dba57f60facff72216cf81d3866 Mon Sep 17 00:00:00 2001 From: "ijsblokjeee[bot]" <108194457+ijsblokjeee[bot]@users.noreply.github.com> Date: Sun, 7 May 2023 12:24:28 +0000 Subject: [PATCH] chore(Release): v1.2.4 --- .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 cbaec36..30eaf56 100644 --- a/.github/.readmeconfig.json +++ b/.github/.readmeconfig.json @@ -1,5 +1,5 @@ { - "project.version": "1.2.3", + "project.version": "1.2.4", "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 d5b0c6e..34b12e8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@snowcrystals/iglo", - "version": "1.2.3", + "version": "1.2.4", "description": "A template used for every single repository in this organization 📏", "author": "ijsKoud ", "license": "MIT",