chore: bump dev version

This commit is contained in:
iCrawl
2022-07-17 22:16:15 +02:00
parent b0a9131b1c
commit f0b77348d3
2 changed files with 2 additions and 2 deletions

View File

@@ -104,7 +104,7 @@ client.login('token');
- [Website](https://discord.js.org/) ([source](https://github.com/discordjs/discord.js/tree/main/packages/website))
- [Documentation](https://discord.js.org/#/docs)
- [Guide](https://discordjs.guide/) ([source](https://github.com/discordjs/guide))
See also the [Update Guide](https://discordjs.guide/additional-info/changes-in-v13.html), including updated and removed items in the library.
See also the [Update Guide](https://discordjs.guide/additional-info/changes-in-v14.html), including updated and removed items in the library.
- [discord.js Discord server](https://discord.gg/djs)
- [Discord API Discord server](https://discord.gg/discord-api)
- [GitHub](https://github.com/discordjs/discord.js/tree/main/packages/discord.js)

View File

@@ -1,6 +1,6 @@
{
"name": "discord.js",
"version": "14.0.0",
"version": "14.1.0-dev",
"description": "A powerful library for interacting with the Discord API",
"scripts": {
"test": "yarn docs:test && yarn test:typescript",