diff --git a/Cargo.lock b/Cargo.lock
index 208611a..e42069a 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -221,7 +221,7 @@ dependencies = [
[[package]]
name = "authenticator"
-version = "4.1.3"
+version = "4.1.4"
dependencies = [
"aes-gcm",
"anyhow",
@@ -3058,9 +3058,9 @@ checksum = "cda74da7e1a664f795bb1f8a87ec406fb89a02522cf6e50620d016add6dbbf5c"
[[package]]
name = "tokio"
-version = "1.18.2"
+version = "1.19.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "4903bf0427cf68dddd5aa6a93220756f8be0c34fcfa9f5e6191e103e15a31395"
+checksum = "0f392c8f16bda3456c0b00c6de39cb100449b98de55ac41c6cdd2bfcf53a1245"
dependencies = [
"bytes",
"libc",
diff --git a/Cargo.toml b/Cargo.toml
index fdadbef..b0426d7 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,7 +1,7 @@
[package]
edition = "2021"
name = "authenticator"
-version = "4.1.3"
+version = "4.1.4"
[dependencies]
adw = {package = "libadwaita", version = "0.1.0"}
diff --git a/data/com.belmoussaoui.Authenticator.metainfo.xml.in.in b/data/com.belmoussaoui.Authenticator.metainfo.xml.in.in
index 019630e..b6a627b 100644
--- a/data/com.belmoussaoui.Authenticator.metainfo.xml.in.in
+++ b/data/com.belmoussaoui.Authenticator.metainfo.xml.in.in
@@ -47,6 +47,9 @@
https://liberapay.com/bielmoussaoui
+
+ Fix fallback to host keyring and shell search provider results
+
Fallback to host keyring in case the portal is not available
diff --git a/meson.build b/meson.build
index 8ea58f9..1c2c54d 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
project('authenticator', 'rust',
- version: '4.1.3',
+ version: '4.1.4',
meson_version: '>= 0.59',
license: 'GPL-3.0-or-later'
)