diff --git a/.github/.readmeconfig.json b/.github/.readmeconfig.json index 47a23ac..5026171 100644 --- a/.github/.readmeconfig.json +++ b/.github/.readmeconfig.json @@ -1,5 +1,5 @@ { - "project.version": "2.1.6", + "project.version": "1.2.6", "project.information": "@snowcrystals/iglo is a [Discord.js](https://discordjs.dev) 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": ["```", "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 c7391ca..f77ec6b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@snowcrystals/iglo", - "version": "2.1.6", + "version": "1.2.6", "description": "A template used for every single repository in this organization 📏", "author": "ijsKoud ", "license": "MIT",