From f874f819f23e787f453952b4b632140aa61ea4c6 Mon Sep 17 00:00:00 2001 From: neon_arch Date: Fri, 22 Sep 2023 20:02:44 +0300 Subject: [PATCH] =?UTF-8?q?=F0=9F=9A=80=20chore:=20bump=20the=20app=20vers?= =?UTF-8?q?ion=20(#210)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index d3f5e85..958d959 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3932,7 +3932,7 @@ dependencies = [ [[package]] name = "websurfx" -version = "0.21.6" +version = "0.22.0" dependencies = [ "actix-cors", "actix-files", diff --git a/Cargo.toml b/Cargo.toml index 13048c7..eb31f59 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "websurfx" -version = "0.21.6" +version = "0.22.0" 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"