Skip to content

Commit f0b7734

Browse files
committed
chore: bump dev version
1 parent b0a9131 commit f0b7734

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/discord.js/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ client.login('token');
104104
- [Website](https://discord.js.org/) ([source](https://github.com/discordjs/discord.js/tree/main/packages/website))
105105
- [Documentation](https://discord.js.org/#/docs)
106106
- [Guide](https://discordjs.guide/) ([source](https://github.com/discordjs/guide))
107-
See also the [Update Guide](https://discordjs.guide/additional-info/changes-in-v13.html), including updated and removed items in the library.
107+
See also the [Update Guide](https://discordjs.guide/additional-info/changes-in-v14.html), including updated and removed items in the library.
108108
- [discord.js Discord server](https://discord.gg/djs)
109109
- [Discord API Discord server](https://discord.gg/discord-api)
110110
- [GitHub](https://github.com/discordjs/discord.js/tree/main/packages/discord.js)

packages/discord.js/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "discord.js",
3-
"version": "14.0.0",
3+
"version": "14.1.0-dev",
44
"description": "A powerful library for interacting with the Discord API",
55
"scripts": {
66
"test": "yarn docs:test && yarn test:typescript",

0 commit comments

Comments
 (0)