From f4c31ac021e86d19fa42234a6e50d3007ce3235f Mon Sep 17 00:00:00 2001 From: Agatha Rose Date: Mon, 4 May 2020 22:01:18 +0300 Subject: [PATCH] lets be honest 2 years of work is enough for 1.0 release --- Cargo.lock | 2 +- Cargo.toml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 330bee1..e2df846 100755 --- a/Cargo.lock +++ b/Cargo.lock @@ -1050,7 +1050,7 @@ dependencies = [ [[package]] name = "rustcord" -version = "0.3.4" +version = "1.0.0" dependencies = [ "colored 1.9.3 (registry+https://github.com/rust-lang/crates.io-index)", "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/Cargo.toml b/Cargo.toml index a6ad8ea..f5cc2bb 100755 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "rustcord" -version = "0.3.4" -authors = ["Agatha <@protonmail.com>"] +version = "1.0.0" +authors = ["Agatha Rose <@protonmail.com>"] edition = "2018" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html