From 7ccc20ae8644905a9ab89ef2bb1c4a7f87789b3b Mon Sep 17 00:00:00 2001 From: EvilDeaaaadd Date: Mon, 23 Sep 2019 19:42:41 +0300 Subject: [PATCH] name changes --- Cargo.toml | 2 +- Procfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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