This commit is contained in:
RogueException
2015-10-18 02:46:23 -03:00
parent 333302f6e7
commit cc08046acd
2 changed files with 3 additions and 3 deletions

View File

@@ -1,5 +1,5 @@
{ {
"version": "0.7.3-beta4", "version": "0.7.4",
"description": "A Discord.Net extension adding basic command support.", "description": "A Discord.Net extension adding basic command support.",
"authors": [ "RogueException" ], "authors": [ "RogueException" ],
"tags": [ "discord", "discordapp" ], "tags": [ "discord", "discordapp" ],
@@ -14,7 +14,7 @@
"warningsAsErrors": true "warningsAsErrors": true
}, },
"dependencies": { "dependencies": {
"Discord.Net": "0.7.3-beta4" "Discord.Net": "0.7.4"
}, },
"frameworks": { "frameworks": {
"net45": { }, "net45": { },

View File

@@ -1,5 +1,5 @@
{ {
"version": "0.7.3-beta4", "version": "0.7.4",
"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" ],