This commit is contained in:
Amish Shah
2017-09-03 19:54:59 +01:00
parent 42c195c857
commit d9f772cdc1
2 changed files with 3 additions and 3 deletions

View File

@@ -17,8 +17,8 @@
</div>
# 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

View File

@@ -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",