diff --git a/README.md b/README.md index 7357eb1..7929f14 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,8 @@ Complete framework to facilitate music commands using **[discord.js](https://dis [![versionBadge](https://img.shields.io/npm/v/discord-player?style=for-the-badge)](https://npmjs.com/discord-player) [![discordBadge](https://img.shields.io/discord/558328638911545423?style=for-the-badge&color=7289da)](https://androz2091.fr/discord) +> V5 WIP + ## Installation ### Install **[discord-player](https://npmjs.com/package/discord-player)** diff --git a/package.json b/package.json index 7e94075..6fd2029 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "discord-player", - "version": "4.0.5", + "version": "5.0.0-dev", "description": "Complete framework to facilitate music commands using discord.js", "main": "lib/index.js", "types": "lib/index.d.ts",