From d7d560c2068891bf83abe540cecaaa984b3c90d1 Mon Sep 17 00:00:00 2001 From: "ijsblokjeee[bot]" <108194457+ijsblokjeee[bot]@users.noreply.github.com> Date: Mon, 5 Dec 2022 19:13:18 +0000 Subject: [PATCH] chore(Release): v1.1.0 --- .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 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",