From 8cc495a4dbd62c02272bf980f033831147f4f29d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcos=20Susa=C3=B1a?= Date: Fri, 6 Sep 2024 22:23:08 -0400 Subject: [PATCH] chore: release --- package.json | 2 +- src/api/utils/constants.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 341582d..d9cf1f9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "seyfert", - "version": "2.0.0", + "version": "2.1.0", "description": "The most advanced framework for discord bots", "main": "./lib/index.js", "module": "./lib/index.js", diff --git a/src/api/utils/constants.ts b/src/api/utils/constants.ts index d6b146d..288290b 100644 --- a/src/api/utils/constants.ts +++ b/src/api/utils/constants.ts @@ -1,4 +1,4 @@ -export const DefaultUserAgent = 'DiscordBot (https://seyfert.dev, v2.0.0)'; +export const DefaultUserAgent = 'DiscordBot (https://seyfert.dev, v2.1.0)'; export const ALLOWED_EXTENSIONS = ['webp', 'png', 'jpg', 'jpeg', 'gif'] as const; export const ALLOWED_STICKER_EXTENSIONS = ['png', 'json', 'gif'] as const; export const ALLOWED_SIZES = [16, 32, 64, 100, 128, 256, 512, 1_024, 2_048, 4_096] as const;