From 45d89e82b5ff83e0b11b3ce256e1b6747aac0aa3 Mon Sep 17 00:00:00 2001 From: robiot Date: Tue, 7 Sep 2021 23:08:17 +0300 Subject: [PATCH] :bookmark: Version 1.1.1 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 68fe3b1..3fc3176 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -295,7 +295,7 @@ dependencies = [ [[package]] name = "rustcat" -version = "1.1.0" +version = "1.1.1" dependencies = [ "rustyline", "structopt", diff --git a/Cargo.toml b/Cargo.toml index 74d7c45..3274986 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rustcat" -version = "1.1.0" +version = "1.1.1" authors = ["robiot"] description = "rustcat - The Modern Port Listener & Reverse Shell" license = "MIT"