From 2a85189155b8b6149501fa280bdeaa25cbe37fe0 Mon Sep 17 00:00:00 2001 From: SinTan1729 Date: Thu, 8 Feb 2024 11:34:26 -0600 Subject: [PATCH] build: Bumped version to 4.4.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 f4698b6..ff59a54 100644 --- a/actix/Cargo.lock +++ b/actix/Cargo.lock @@ -1225,7 +1225,7 @@ dependencies = [ [[package]] name = "simply-shorten" -version = "4.3.6" +version = "4.4.0" dependencies = [ "actix-files", "actix-session", diff --git a/actix/Cargo.toml b/actix/Cargo.toml index a84a8e7..bf377a6 100644 --- a/actix/Cargo.toml +++ b/actix/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "simply-shorten" -version = "4.3.6" +version = "4.4.0" edition = "2021" authors = ["Sayantan Santra