diff --git a/Cargo.lock b/Cargo.lock
index 7077098..13d3826 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -141,7 +141,7 @@ dependencies = [
[[package]]
name = "boilr"
-version = "1.4.3"
+version = "1.4.4"
dependencies = [
"base64",
"chrono",
diff --git a/Cargo.toml b/Cargo.toml
index b40029d..5f0b58e 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,7 +1,7 @@
[package]
edition = "2021"
name = "boilr"
-version = "1.4.3"
+version = "1.4.4"
[dependencies]
base64 = "^0.13.0"
@@ -56,7 +56,4 @@ version = "^0.5.9"
winres = "^0.1.12"
[target."cfg(windows)".dependencies]
-winreg = "^0.10.1"
-
-[profile.release]
-incremental = true
\ No newline at end of file
+winreg = "^0.10.1"
\ No newline at end of file
diff --git a/flatpak/io.github.philipk.boilr.appdata.xml b/flatpak/io.github.philipk.boilr.appdata.xml
index d5ea7a5..476e17c 100644
--- a/flatpak/io.github.philipk.boilr.appdata.xml
+++ b/flatpak/io.github.philipk.boilr.appdata.xml
@@ -25,7 +25,13 @@ https://hughsie.github.io/oars/index.html
-->
-
+
+
+
+ - Fix a crash that could happen when loading corrupt images
+
+
+