diff --git a/package.json b/package.json index 64f9a379b175..8e8e588d7364 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "discord.js", - "version": "11.6.0-dev", + "version": "11.6.0", "description": "A powerful library for interacting with the Discord API", "main": "./src/index", "types": "./typings/index.d.ts", diff --git a/typings/index.d.ts b/typings/index.d.ts index b8353d66fcd2..5a5312935dc2 100644 --- a/typings/index.d.ts +++ b/typings/index.d.ts @@ -1,4 +1,4 @@ -// Type definitions for discord.js 11.5.0 +// Type definitions for discord.js 11.6.0 // Project: https://github.com/discordjs/discord.js // Definitions by: // acdenisSK (https://github.com/acdenisSK)