diff --git a/Cargo.toml b/Cargo.toml index 60ceda4e..7e6637e6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "discord" -version = "0.5.0" +version = "0.6.0" authors = ["Tad Hardesty "] description = "Client library for the Discord API" @@ -9,7 +9,7 @@ license = "MIT" keywords = ["discord", "chat", "bot", "api", "voice"] repository = "https://github.com/SpaceManiac/discord-rs" -documentation = "http://wombat.platymuus.com/rustdoc/discord_0.5.0/" +documentation = "http://wombat.platymuus.com/rustdoc/discord_0.6.0/" [dependencies] hyper = "0.7"