diff --git a/README.md b/README.md
index ba8b91b..94e7e08 100644
--- a/README.md
+++ b/README.md
@@ -4,7 +4,7 @@ Tags: search, full screen search, morphing search, search overlay, autocomplet
Requires at least: 4.1.0
Tested up to: 5.6
Requires PHP: 5.6
-Stable tag: 3.3
+Stable tag: 3.4
License: GPLv2 or later
License URI: https://spdx.org/licenses/GPL-2.0-or-later.html
@@ -30,6 +30,11 @@ Don't forget to take a look at the Support Section !
If you use this plugin, please consider leaving a Review to give me a push forward ;)
+## Upgrade Notice
+
+### 3.4 =
+* Actual stable plugin version.
+
## Credits
This plugin is created by Manoela Ilic and ported to WordPress by LebCit.
@@ -126,6 +131,9 @@ Old screenshot.
## Changelog
+### 3.4 =
+* Corrected file upload
+
### 3.3 =
* Add autoComplete.js to plugin.
* Force thumbnails size.
diff --git a/full-screen-morphing-search.php b/full-screen-morphing-search.php
index 20853ba..a6c8f4c 100644
--- a/full-screen-morphing-search.php
+++ b/full-screen-morphing-search.php
@@ -2,7 +2,7 @@
/**
* Plugin Name: Full Screen Morphing Search
* Plugin URI: http://tympanus.net/codrops/2014/11/04/simple-morphing-search/
- * Version: 3.3
+ * Version: 3.4
* Author: LebCit
* Author URI: https://lebcit.tk/
* Text Domain: full-screen-morphing-search
diff --git a/readme.txt b/readme.txt
index fbc6ce0..a5a1b85 100644
--- a/readme.txt
+++ b/readme.txt
@@ -4,7 +4,7 @@ Tags: search, full screen search, morphing search, search overlay, autocomplete
Requires at least: 4.1.0
Tested up to: 5.6
Requires PHP: 5.6
-Stable tag: 3.3
+Stable tag: 3.4
License: GPLv2 or later
License URI: https://spdx.org/licenses/GPL-2.0-or-later.html
@@ -30,6 +30,11 @@ Don't forget to take a look at the Support Section !
If you use this plugin, please consider leaving a Review to give me a push forward ;)
+== Upgrade Notice ==
+
+= 3.4 =
+* Actual stable plugin version.
+
= Credits =
This plugin is created by Manoela Ilic and ported to WordPress by LebCit.
@@ -114,6 +119,9 @@ The third column shows the top 5 used tags and how many posts each tag has.
== Changelog ==
+= 3.4 =
+* Corrected file upload
+
= 3.3 =
* Add autoComplete.js to plugin.
* Force thumbnails size.