diff --git a/CHANGELOG.md b/CHANGELOG.md
index a48f556b..2d204534 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -4,7 +4,7 @@
-
Version 1.1.4pre2 - ??/??/2024
+Version 1.1.4pre3 - ??/??/2024
- Added an option to import text with formatting from ChatGPT, set to false by default [#70], [#77].
- Improve the message warning to choose the right model [#76].
diff --git a/manifest.json b/manifest.json
index 4c1bf6af..f8b55291 100644
--- a/manifest.json
+++ b/manifest.json
@@ -2,7 +2,7 @@
"manifest_version": 2,
"name": "ThunderAI",
"description": "__MSG_extensionDescription__",
- "version": "1.1.4pre2",
+ "version": "1.1.4pre3",
"author": "Mic (m@micz.it)",
"homepage_url": "https://micz.it/thunderbird-addon-thunderai/",
"browser_specific_settings": {
diff --git a/options/mzta-release-notes.html b/options/mzta-release-notes.html
index b0c680c9..0f1b7aa3 100644
--- a/options/mzta-release-notes.html
+++ b/options/mzta-release-notes.html
@@ -7,7 +7,7 @@
ThunderAI Release Notes
-
Version 1.1.4pre2 - ??/??/2024
+
Version 1.1.4pre3 - ??/??/2024
- Added an option to import text with formatting from ChatGPT, set to false by default [#70], [#77].
- Improve the message warning to choose the right model [#76].