diff --git a/Cargo.toml b/Cargo.toml index c900587..721058e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,5 +1,5 @@ [package] -name = "rustcord" +name = "rustcordmkii" version = "0.2.2" authors = [" <@protonmail.com>"] edition = "2018" diff --git a/Procfile b/Procfile index 72d7c62..3c3c46e 100644 --- a/Procfile +++ b/Procfile @@ -1 +1 @@ -worker: ./target/release/rustcord +worker: ./target/release/rustcordmkii