From 27db09bdc7982e5cb70706873bc4ac32ee112a50 Mon Sep 17 00:00:00 2001 From: RogueException Date: Fri, 16 Oct 2015 23:44:42 -0300 Subject: [PATCH] 0.7.3-beta3 --- README.md | 2 +- src/Discord.Net.Commands/project.json | 2 +- src/Discord.Net/project.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 187ae46f2..56420668f 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Discord.Net v0.7.3-beta2 +# Discord.Net v0.7.3-beta3 An unofficial .Net API Wrapper for the Discord client (http://discordapp.com). Check out the [documentation](https://discordnet.readthedocs.org/en/latest/) or join the [Discord API Chat](https://discord.gg/0SBTUU1wZTVjAMPx). diff --git a/src/Discord.Net.Commands/project.json b/src/Discord.Net.Commands/project.json index cf06af3f8..1a02dc9e8 100644 --- a/src/Discord.Net.Commands/project.json +++ b/src/Discord.Net.Commands/project.json @@ -1,5 +1,5 @@ { - "version": "0.7.3-beta2", + "version": "0.7.3-beta3", "description": "A Discord.Net extension adding basic command support.", "authors": [ "RogueException" ], "tags": [ "discord", "discordapp" ], diff --git a/src/Discord.Net/project.json b/src/Discord.Net/project.json index 80f8876e6..dbba74937 100644 --- a/src/Discord.Net/project.json +++ b/src/Discord.Net/project.json @@ -1,5 +1,5 @@ { - "version": "0.7.3-beta2", + "version": "0.7.3-beta3", "description": "An unofficial .Net API wrapper for the Discord client.", "authors": [ "RogueException" ], "tags": [ "discord", "discordapp" ],