diff --git a/Cargo.lock b/Cargo.lock index 5fc9011..1a9ccb0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -936,7 +936,7 @@ dependencies = [ [[package]] name = "modbot" -version = "0.6.2" +version = "0.6.3" dependencies = [ "bitflags 2.5.0", "bytesize", diff --git a/Cargo.toml b/Cargo.toml index bd1f195..0697d55 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "modbot" -version = "0.6.2" +version = "0.6.3" description = """Discord bot for https://mod.io. ModBot provides commands to search for mods and notifications about added & edited mods.""" repository = "https://github.com/nickelc/modio-bot"