diff --git a/package.json b/package.json index 8e8e588d7..a9ebea6ff 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "discord.js", - "version": "11.6.0", + "version": "11.6.1", "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 5a5312935..cb5fad51f 100644 --- a/typings/index.d.ts +++ b/typings/index.d.ts @@ -1,4 +1,4 @@ -// Type definitions for discord.js 11.6.0 +// Type definitions for discord.js 11.6.1 // Project: https://github.com/discordjs/discord.js // Definitions by: // acdenisSK (https://github.com/acdenisSK)