diff --git a/package-lock.json b/package-lock.json index 458d1aa..73a1f64 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,11 +1,11 @@ { "name": "discord-media-player", - "version": "1.3.0", + "version": "1.4.0", "lockfileVersion": 2, "requires": true, "packages": { "": { - "version": "1.3.0", + "version": "1.4.0", "license": "MIT", "dependencies": { "@discordjs/voice": "^0.6.0", diff --git a/package.json b/package.json index 9b0d9f2..df8772f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "discord-media-player", - "version": "1.3.0", + "version": "1.4.0", "description": "@discordjs/voice wrapper to manage audio resource easier", "main": "dist/index.js", "types": "index.d.ts",