diff --git a/includes/class-ultimate-blocks-constants.php b/includes/class-ultimate-blocks-constants.php index e611c2e3..cb5cb5e4 100644 --- a/includes/class-ultimate-blocks-constants.php +++ b/includes/class-ultimate-blocks-constants.php @@ -22,7 +22,7 @@ */ class Ultimate_Blocks_Constants { - const PLUGIN_VERSION = '3.2.1-dev'; + const PLUGIN_VERSION = '3.2.1'; const PLUGIN_NAME = 'ultimate-blocks'; diff --git a/package.json b/package.json index 5ffcc170..7ee07f2b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ultimate-blocks", - "version": "3.2.1-dev", + "version": "3.2.1", "private": true, "scripts": { "start": "concurrently -k -c 'blue,yellow,green' -n 'gutenberg,recompile,bundle' \"wp-scripts start\" \"node recompileOnChange.js\" \"npm run bundle_additional_watch\"", diff --git a/readme.txt b/readme.txt index 0288d000..94b2ca93 100644 --- a/readme.txt +++ b/readme.txt @@ -3,7 +3,7 @@ Contributors: dotcamp, ultimateblocks, imtiazrayhan, istiakrayhan, erdembircan, Tags: blocks, gutenberg blocks, gutenberg, block editor, free Requires at least: 5.8 Tested up to: 6.5 -Stable tag: 3.2.1-dev +Stable tag: 3.2.1 Requires PHP: 5.6 License: GPL3+ License URI: http://www.gnu.org/licenses/gpl-3.0.txt diff --git a/ultimate-blocks.php b/ultimate-blocks.php index 3b320291..67aab2c3 100644 --- a/ultimate-blocks.php +++ b/ultimate-blocks.php @@ -5,7 +5,7 @@ * Description: Custom Blocks for Bloggers and Marketers. Create Better Content With Gutenberg. * Author: Ultimate Blocks * Author URI: https://ultimateblocks.com/ - * Version: 3.2.1-dev + * Version: 3.2.1 * License: GPL3+ * License URI: http://www.gnu.org/licenses/gpl-3.0.txt * Text Domain: ultimate-blocks diff --git a/zip/info.json b/zip/info.json index cb0bfc33..ca4b7193 100644 --- a/zip/info.json +++ b/zip/info.json @@ -1,5 +1,5 @@ { - "version": "3.2.1-dev", + "version": "3.2.1", "mode": "production", "size": "7.12mb", "date": "2024-07-12T16:00:47.714Z"