diff --git a/.github/.readmeconfig.json b/.github/.readmeconfig.json index ff96e34..7f48062 100644 --- a/.github/.readmeconfig.json +++ b/.github/.readmeconfig.json @@ -1,5 +1,5 @@ { - "project.version": "1.0.0", + "project.version": "1.1.0", "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 dfccd59..5056f5f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@snowcrystals/iglo", - "version": "1.0.0", + "version": "1.1.0", "description": "A template used for every single repository in this organization 📏", "author": "ijsKoud ", "license": "MIT",