From d9f772cdc1139b9a118be4321fe719ffa0dfc2fa Mon Sep 17 00:00:00 2001 From: Amish Shah Date: Sun, 3 Sep 2017 19:54:59 +0100 Subject: [PATCH] 11.2.1 --- docs/general/welcome.md | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/general/welcome.md b/docs/general/welcome.md index d93f83924..7cce81f24 100644 --- a/docs/general/welcome.md +++ b/docs/general/welcome.md @@ -17,8 +17,8 @@ # Welcome! -Welcome to the discord.js v11.2.0 documentation. -v11.2.0 fixes a lot of bugs we encountered along the 11.1.0 release, as well as support for new features such as Message Attachments and UserGuildSettings. +Welcome to the discord.js v11.2 documentation. +v11.2 fixes a lot of bugs we encountered along the 11.1.0 release, as well as support for new features such as Message Attachments and UserGuildSettings. ## About discord.js is a powerful [node.js](https://nodejs.org) module that allows you to interact with the diff --git a/package.json b/package.json index e536e7287..c208a875d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "discord.js", - "version": "11.2.0", + "version": "11.2.1", "description": "A powerful library for interacting with the Discord API", "main": "./src/index", "types": "./typings/index.d.ts",