From 798216096f904f3fae0f44ad02337983b6e0c7df Mon Sep 17 00:00:00 2001 From: Favna Date: Sun, 30 Apr 2017 02:32:08 +0200 Subject: [PATCH 1/3] Readme still said DiscordJS v10 Master is v11 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 747b5f3..a662d3e 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # OhGodMusicBot -A v10 Discord.JS music bot in 100 lines or less +A v11 Discord.JS music bot in 100 lines or less ## Installation (Windows) From 668058c5273812467d8bd2b392adfe6c1b653261 Mon Sep 17 00:00:00 2001 From: Favna Date: Sun, 30 Apr 2017 02:42:29 +0200 Subject: [PATCH 2/3] Also put v11 in package file --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 86461c8..a54ff3d 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "ohgodmusicbot", "version": "1.0.0", - "description": "A v9 Discord.JS music bot in 100 lines or less", + "description": "A v11 Discord.JS music bot in 100 lines or less", "main": "server.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", From f98710bdfdf56ed679c530a8cbc28aa2aac7da22 Mon Sep 17 00:00:00 2001 From: Favna Date: Tue, 2 May 2017 00:38:59 +0200 Subject: [PATCH 3/3] v11->v11.1.0 --- README.md | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a662d3e..2934b01 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # OhGodMusicBot -A v11 Discord.JS music bot in 100 lines or less +A v11.1.0 Discord.JS music bot in 100 lines or less ## Installation (Windows) diff --git a/package.json b/package.json index a54ff3d..476dd68 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "ohgodmusicbot", "version": "1.0.0", - "description": "A v11 Discord.JS music bot in 100 lines or less", + "description": "A v11.1.0 Discord.JS music bot in 100 lines or less", "main": "server.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1",