From 3611ab9452cf8e29a91b29dae03586d82dc36fb3 Mon Sep 17 00:00:00 2001 From: RogueException Date: Sat, 17 Oct 2015 18:53:04 -0300 Subject: [PATCH] 0.7.3-beta4 --- README.md | 2 +- src/Discord.Net.Commands/project.json | 4 ++-- src/Discord.Net/project.json | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 56420668f..8180e2d82 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Discord.Net v0.7.3-beta3 +# Discord.Net v0.7.3-beta4 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 910f95540..f4aed4985 100644 --- a/src/Discord.Net.Commands/project.json +++ b/src/Discord.Net.Commands/project.json @@ -1,5 +1,5 @@ { - "version": "0.7.3-beta3", + "version": "0.7.3-beta4", "description": "A Discord.Net extension adding basic command support.", "authors": [ "RogueException" ], "tags": [ "discord", "discordapp" ], @@ -13,7 +13,7 @@ "warningsAsErrors": true }, "dependencies": { - "Discord.Net": "0.7.3-beta3" + "Discord.Net": "0.7.3-beta4" }, "frameworks": { "net45": { }, diff --git a/src/Discord.Net/project.json b/src/Discord.Net/project.json index dbba74937..c5d75563c 100644 --- a/src/Discord.Net/project.json +++ b/src/Discord.Net/project.json @@ -1,5 +1,5 @@ { - "version": "0.7.3-beta3", + "version": "0.7.3-beta4", "description": "An unofficial .Net API wrapper for the Discord client.", "authors": [ "RogueException" ], "tags": [ "discord", "discordapp" ],