From 6bae7a135fda275396bb8db78bf4fe28d901d9d6 Mon Sep 17 00:00:00 2001 From: Crawl Date: Sun, 16 Apr 2017 02:22:18 +0200 Subject: [PATCH] Update package.json to v11.1 This is to reflect version of the master branch --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 3f4531b70..439b00fdf 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "discord.js", - "version": "11.0.0", + "version": "11.1.0", "description": "A powerful library for interacting with the Discord API", "main": "./src/index", "types": "./typings/index.d.ts",