From 1c91855820e524efee76cfa90ec513333afb0aeb Mon Sep 17 00:00:00 2001 From: SinTan1729 Date: Fri, 28 Apr 2023 12:16:37 -0500 Subject: [PATCH] Bumped version to 4.3.1 --- 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 dd64d62..685807a 100644 --- a/actix/Cargo.lock +++ b/actix/Cargo.lock @@ -1225,7 +1225,7 @@ dependencies = [ [[package]] name = "simply-shorten" -version = "4.3.0" +version = "4.3.1" dependencies = [ "actix-files", "actix-session", diff --git a/actix/Cargo.toml b/actix/Cargo.toml index 9b04955..adce0ca 100644 --- a/actix/Cargo.toml +++ b/actix/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "simply-shorten" -version = "4.3.0" +version = "4.3.1" edition = "2021" authors = ["Sayantan Santra