From 4343d0172ed6669e6709937d2572ad953de916aa Mon Sep 17 00:00:00 2001 From: Agatha Date: Fri, 3 Apr 2020 02:58:09 +0300 Subject: [PATCH] Bump version --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 4881f0d..584f4a1 100755 --- a/Cargo.lock +++ b/Cargo.lock @@ -1030,7 +1030,7 @@ dependencies = [ [[package]] name = "rustcord" -version = "0.3.0" +version = "0.3.2" dependencies = [ "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", "owoify 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/Cargo.toml b/Cargo.toml index e9814b4..fd45afa 100755 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rustcord" -version = "0.3.0" +version = "0.3.2" authors = ["Agatha <@protonmail.com>"] edition = "2018"