From 75fe5a2899fc75210d31d1274594a5448744fecc Mon Sep 17 00:00:00 2001 From: Mohtasim Alam Sohom <94981761+devaoto@users.noreply.github.com> Date: Fri, 15 Nov 2024 11:57:27 +0600 Subject: [PATCH] Major release 1.0.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 2090954..d56e4ec 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "lilylink", - "version": "0.1.1", + "version": "1.0.0", "description": "A memory-safe lavalink client with enhanced performance.", "main": "dist/index.js", "types": "dist/index.d.ts",