diff --git a/README.txt b/README.txt
index 277ff62..3fdfbc2 100755
--- a/README.txt
+++ b/README.txt
@@ -4,7 +4,7 @@ Donate link:
Tags: Unsplash, Openverse, Pixabay, Pexels, Stock Photos, photos, stock photo, image upload, upload, free photos
Requires at least: 5.0
Tested up to: 6.7
-Stable tag: 6.2.0
+Stable tag: 6.2.1
License: GPLv2 or later
License URI:
@@ -160,7 +160,7 @@ How to install Instant Images.
== Changelog ==
-= 6.2.0 - November 8, 2024 =
+= 6.2.1 - November 7, 2024 =
* NEW: Added support for new Extended add-on feature to maintain search term when switching providers.
* UPDATE: WordPress 6.7 compatibility updates.
* UPDATE: Various UI/UX updates throughout the app.
diff --git a/instant-images.php b/instant-images.php
index 1c9aaa9..97c503d 100755
--- a/instant-images.php
+++ b/instant-images.php
@@ -7,7 +7,7 @@
* Twitter: @connekthq
* Author URI: https://connekthq.com
* Text Domain: instant-images
- * Version: 6.2.0
+ * Version: 6.2.1
* License: GPL
* Copyright: Darren Cooney & Connekt Media
*
@@ -18,8 +18,8 @@
exit;
}
-define( 'INSTANT_IMAGES_VERSION', '6.2.0' );
-define( 'INSTANT_IMAGES_RELEASE', 'November 8, 2024' );
+define( 'INSTANT_IMAGES_VERSION', '6.2.1' );
+define( 'INSTANT_IMAGES_RELEASE', 'November 7, 2024' );
define( 'INSTANT_IMAGES_STORE_URL', 'https://getinstantimages.com' );
/**