diff --git a/SECURITY.md b/SECURITY.md
index 8550f3ac..5ab14e00 100644
--- a/SECURITY.md
+++ b/SECURITY.md
@@ -11,8 +11,8 @@ Since this app is constantly changing and previous versions are not receiving an
| Version | Supported |
| ------- | ------------------ |
-| 0.4.0 | :white_check_mark: |
-| < 0.4.0 | :x: |
+| 0.4.1 | :white_check_mark: |
+| < 0.4.1 | :x: |
## Reporting a Vulnerability
If you find any vulnerability, please write an email at hello@trobo.tech with a short description, reproduction steps and possible attacks.
diff --git a/components/modal/Help.vue b/components/modal/Help.vue
index f5f0b57d..3c8bc858 100644
--- a/components/modal/Help.vue
+++ b/components/modal/Help.vue
@@ -76,7 +76,7 @@
Copyright (c) Copyright (c) 2022-2023 trobonox (hello@trobo.tech)
- Kanri v0.4.0
+ Kanri v0.4.1
",
"license": "Apache-2.0",
diff --git a/src-tauri/Cargo.lock b/src-tauri/Cargo.lock
index 820bcd42..e5c4e441 100644
--- a/src-tauri/Cargo.lock
+++ b/src-tauri/Cargo.lock
@@ -1384,7 +1384,7 @@ dependencies = [
[[package]]
name = "kanri"
-version = "0.4.0"
+version = "0.4.1"
dependencies = [
"ignore",
"serde",
diff --git a/src-tauri/Cargo.toml b/src-tauri/Cargo.toml
index 8e363689..68583a74 100644
--- a/src-tauri/Cargo.toml
+++ b/src-tauri/Cargo.toml
@@ -4,7 +4,7 @@
[package]
name = "kanri"
-version = "0.4.0"
+version = "0.4.1"
description = "Offline kanban board application"
authors = ["trobonox"]
license = "Apache-2.0"
diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json
index a8501ec8..b2ae367e 100644
--- a/src-tauri/tauri.conf.json
+++ b/src-tauri/tauri.conf.json
@@ -7,7 +7,7 @@
},
"package": {
"productName": "kanri",
- "version": "0.4.0"
+ "version": "0.4.1"
},
"tauri": {
"allowlist": {