From 70b20b74673e8fd0fc8988c15ae9fb4449b312d6 Mon Sep 17 00:00:00 2001 From: hydrabolt Date: Thu, 27 Aug 2015 12:48:16 +0100 Subject: [PATCH] Updated README --- README.md | 3 +++ package.json | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 1a6360ef6..9b7fb74f9 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,9 @@ discord.js is a node module used as a way of interfacing with [Discord](https://discordapp.com/). It is a very useful module for creating bots. +**Updating to 3.1.1 is essential as it has new changes to be compatible with Discord's API, +and to make sure your application still works an update is a good idea.** + ### Installation `npm install --save discord.js` diff --git a/package.json b/package.json index cfc032ca8..b653297ed 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "discord.js", - "version": "3.1.0", + "version": "3.1.1", "description": "A way to interface with the Discord API", "main": "./lib/index.js", "scripts": {