Browse Source

0.6.1-beta1

tags/docs-0.9
Brandon Smith 9 years ago
parent
commit
3438843900
2 changed files with 2 additions and 2 deletions
  1. +1
    -1
      src/Discord.Net.Commands/project.json
  2. +1
    -1
      src/Discord.Net/project.json

+ 1
- 1
src/Discord.Net.Commands/project.json View File

@@ -1,5 +1,5 @@
{
"version": "0.6.0",
"version": "0.6.1-beta1",
"description": "A small Discord.Net extension to make bot creation easier.",
"authors": [ "RogueException" ],
"tags": [ "discord", "discordapp" ],


+ 1
- 1
src/Discord.Net/project.json View File

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


Loading…
Cancel
Save