From 5e4f6aa1fcf4f9efd3ae908f24584cc6fe76917b Mon Sep 17 00:00:00 2001 From: SinTan1729 Date: Tue, 11 Apr 2023 19:18:11 -0500 Subject: [PATCH] Bumped version to 4.1.0 --- actix/Cargo.lock | 2 +- actix/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/actix/Cargo.lock b/actix/Cargo.lock index d61cbe6..57ac6b1 100644 --- a/actix/Cargo.lock +++ b/actix/Cargo.lock @@ -1225,7 +1225,7 @@ dependencies = [ [[package]] name = "simply-shorten" -version = "4.0.2" +version = "4.1.0" dependencies = [ "actix-files", "actix-session", diff --git a/actix/Cargo.toml b/actix/Cargo.toml index c511e62..5b4295c 100644 --- a/actix/Cargo.toml +++ b/actix/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "simply-shorten" -version = "4.0.2" +version = "4.1.0" edition = "2021" authors = ["Sayantan Santra