Bumped version to 4.1.0

This commit is contained in:
SinTan1729 2023-04-11 19:18:11 -05:00
parent e14fc1f3b5
commit 5e4f6aa1fc
2 changed files with 2 additions and 2 deletions

2
actix/Cargo.lock generated
View File

@ -1225,7 +1225,7 @@ dependencies = [
[[package]] [[package]]
name = "simply-shorten" name = "simply-shorten"
version = "4.0.2" version = "4.1.0"
dependencies = [ dependencies = [
"actix-files", "actix-files",
"actix-session", "actix-session",

View File

@ -1,6 +1,6 @@
[package] [package]
name = "simply-shorten" name = "simply-shorten"
version = "4.0.2" version = "4.1.0"
edition = "2021" edition = "2021"
authors = ["Sayantan Santra <sayantan[dot]santra689[at]gmail[dot]com"] authors = ["Sayantan Santra <sayantan[dot]santra689[at]gmail[dot]com"]
license = "MIT" license = "MIT"