diff --git a/Cargo.lock b/Cargo.lock
index c2bfdd5..a7e323f 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -554,7 +554,7 @@ dependencies = [
[[package]]
name = "envision"
-version = "1.1.0"
+version = "1.1.1"
dependencies = [
"anyhow",
"ash",
diff --git a/Cargo.toml b/Cargo.toml
index 3ae3d2f..ca66f0b 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "envision"
-version = "1.1.0"
+version = "1.1.1"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
diff --git a/data/org.gabmus.envision.metainfo.xml.in.in b/data/org.gabmus.envision.metainfo.xml.in.in
index 9dceb07..1c57821 100644
--- a/data/org.gabmus.envision.metainfo.xml.in.in
+++ b/data/org.gabmus.envision.metainfo.xml.in.in
@@ -18,6 +18,14 @@
@REPO_URL@/issues
+
+
+ Fixes
+
+ - remove wivrn pairing mode timer
+
+
+
What's new
diff --git a/meson.build b/meson.build
index 78c35eb..d10129a 100644
--- a/meson.build
+++ b/meson.build
@@ -1,7 +1,7 @@
project(
'envision',
'rust',
- version: '1.1.0', # version number row
+ version: '1.1.1', # version number row
meson_version: '>= 0.59',
license: 'AGPL-3.0',
)