Skip to content
This repository was archived by the owner on Jan 13, 2025. It is now read-only.

Commit d7d560c

Browse files
chore(Release): v1.1.0
1 parent db01293 commit d7d560c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/.readmeconfig.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"project.version": "1.0.0",
2+
"project.version": "1.1.0",
33
"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).",
44
"project.installation": ["```bash", "yarn add @snowcrystals/iglo", "npm install @snowcrystals/iglo", "```"],
55
"project.icon": "https://raw.githubusercontent.com/snowcrystals/.github/main/logo.png",

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@snowcrystals/iglo",
3-
"version": "1.0.0",
3+
"version": "1.1.0",
44
"description": "A template used for every single repository in this organization 📏",
55
"author": "ijsKoud <[email protected]>",
66
"license": "MIT",

0 commit comments

Comments
 (0)