From 0a85f31cd1613c9e20192afa8ea43f198782f400 Mon Sep 17 00:00:00 2001 From: FAYStarNext Date: Fri, 6 Sep 2024 13:41:47 +0000 Subject: [PATCH] chore: Update package.json version to 1.1.0 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 5043a74..02ecba6 100644 --- a/package.json +++ b/package.json @@ -2,10 +2,10 @@ "name": "sunday.ts", "main": "dist/index.js", "types": "dist/index.d.ts", - "version": "1.0.18", + "version": "1.1.0", "description": "Sunday a lavalink wrapper", "license": "MIT", - "author": "FAYStarNext", + "author": "EwarinDev", "scripts": { "build:js": "npx babel src --out-dir dist --extensions \".ts,.tsx\" --source-maps inline", "lint": "npx eslint src/**/*.ts",