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",