diff --git a/Cargo.toml b/Cargo.toml index 01580645..3b1476f5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,12 +1,12 @@ [package] name = "discord" -version = "0.1.0" +version = "0.2.0" authors = ["Tad Hardesty "] description = "Client library for the Discord API" readme = "README.md" license = "MIT" -keywords = ["discord", "chat", "bot", "discordapp", "api"] +keywords = ["discord", "chat", "bot", "api", "voice"] repository = "https://github.com/SpaceManiac/discord-rs"