diff --git a/packages/discord.js/README.md b/packages/discord.js/README.md index 7b0a939a4..11813a16b 100644 --- a/packages/discord.js/README.md +++ b/packages/discord.js/README.md @@ -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) diff --git a/packages/discord.js/package.json b/packages/discord.js/package.json index b1bf984b7..9e2324133 100644 --- a/packages/discord.js/package.json +++ b/packages/discord.js/package.json @@ -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",