From f8634eb6f90d49e1df5586cc5b43071443cce4ed Mon Sep 17 00:00:00 2001 From: Asriel Camora Date: Wed, 29 Jan 2025 12:24:50 -0800 Subject: [PATCH] Release 2.2.15 --- web/Cargo.lock | 2 +- web/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/web/Cargo.lock b/web/Cargo.lock index 9fd728e..6ec5697 100644 --- a/web/Cargo.lock +++ b/web/Cargo.lock @@ -3690,7 +3690,7 @@ checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a" [[package]] name = "waitingway-web" -version = "2.2.14" +version = "2.2.15" dependencies = [ "actix-cors", "actix-files", diff --git a/web/Cargo.toml b/web/Cargo.toml index ec97a92..36f3b5f 100644 --- a/web/Cargo.toml +++ b/web/Cargo.toml @@ -3,7 +3,7 @@ name = "waitingway-web" authors = ["Asriel Camora "] description = "Backend web server for Waitingway" repository = "https://github.com/WorkingRobot/Waitingway" -version = "2.2.14" +version = "2.2.15" edition = "2021" [dependencies]