From 27840e39ff7b13ef1b90955b293f1375b11c9dc1 Mon Sep 17 00:00:00 2001 From: RogueException Date: Fri, 2 Oct 2015 11:08:02 -0300 Subject: [PATCH] 0.7.1 --- src/Discord.Net.Commands/project.json | 4 ++-- src/Discord.Net/project.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/Discord.Net.Commands/project.json b/src/Discord.Net.Commands/project.json index fb0bca3f0..e66db0c8a 100644 --- a/src/Discord.Net.Commands/project.json +++ b/src/Discord.Net.Commands/project.json @@ -1,5 +1,5 @@ { - "version": "0.7.1-beta3", + "version": "0.7.1", "description": "A small Discord.Net extension to make bot creation easier.", "authors": [ "RogueException" ], "tags": [ "discord", "discordapp" ], @@ -13,7 +13,7 @@ "warningsAsErrors": true }, "dependencies": { - "Discord.Net": "0.7.1-beta3" + "Discord.Net": "0.7.1" }, "frameworks": { "net45": { }, diff --git a/src/Discord.Net/project.json b/src/Discord.Net/project.json index f40601c1c..bd8ea686a 100644 --- a/src/Discord.Net/project.json +++ b/src/Discord.Net/project.json @@ -1,5 +1,5 @@ { - "version": "0.7.1-beta3", + "version": "0.7.1", "description": "An unofficial .Net API wrapper for the Discord client.", "authors": [ "RogueException" ], "tags": [ "discord", "discordapp" ],