From 386d02369d3ae5a2b51a14e4b9b3934cd7e11c21 Mon Sep 17 00:00:00 2001 From: alamin655 <129589283+alamin655@users.noreply.github.com> Date: Sat, 3 Feb 2024 19:48:42 +0530 Subject: [PATCH] bump app version v1.9.20 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index ffcfddb..e2b8de1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4156,7 +4156,7 @@ checksum = "1778a42e8b3b90bff8d0f5032bf22250792889a5cdc752aa0020c84abe3aaf10" [[package]] name = "websurfx" -version = "1.9.10" +version = "1.9.20" dependencies = [ "actix-cors", "actix-files", diff --git a/Cargo.toml b/Cargo.toml index dd62500..fbb173c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "websurfx" -version = "1.9.10" +version = "1.9.20" edition = "2021" description = "An open-source alternative to Searx that provides clean, ad-free, and organic results with incredible speed while keeping privacy and security in mind." repository = "https://github.com/neon-mmd/websurfx"