This commit is contained in:
Brandon Smith
2015-08-20 13:37:19 -03:00
parent c37a895b9c
commit 4f45f8e851
3 changed files with 3 additions and 3 deletions

View File

@@ -1,4 +1,4 @@
# Discord.Net v0.4.1 # Discord.Net v0.4.2
An unofficial .Net API Wrapper for the Discord client (http://discordapp.com). An unofficial .Net API Wrapper for the Discord client (http://discordapp.com).
[Join the discussion](https://discord.gg/0SBTUU1wZTVjAMPx) on Discord. [Join the discussion](https://discord.gg/0SBTUU1wZTVjAMPx) on Discord.

View File

@@ -13,7 +13,7 @@
"warningsAsErrors": true "warningsAsErrors": true
}, },
"dependencies": { "dependencies": {
"Discord.Net": "0.4.1" "Discord.Net": "0.4.2"
}, },
"frameworks": { "frameworks": {
"net45": { }, "net45": { },

View File

@@ -1,5 +1,5 @@
{ {
"version": "0.4.1-*", "version": "0.4.2-*",
"description": "An unofficial .Net API wrapper for the Discord client.", "description": "An unofficial .Net API wrapper for the Discord client.",
"authors": [ "RogueException" ], "authors": [ "RogueException" ],
"tags": [ "discord", "discordapp" ], "tags": [ "discord", "discordapp" ],