From 3e3fda88c1600ff288e93d4169e88eb64cbc9c85 Mon Sep 17 00:00:00 2001 From: Timotej Rojko <33236065+timotejroiko@users.noreply.github.com> Date: Sun, 5 Jun 2022 23:57:44 -0300 Subject: [PATCH] 4.8.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 2571d55..2a0c793 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "discord.js-light", - "version": "4.7.0", + "version": "4.8.0", "description": "All the power of discord.js, zero caching. This library modifies discord.js's internal classes and functions in order to give you full control over its caching behaviour.", "main": "client.js", "typings": "./client.d.ts",