From 8f005e84b57853c1819f0266bdd70b52fc5c960e Mon Sep 17 00:00:00 2001 From: farhan-shafi Date: Thu, 27 Jun 2024 13:05:35 +0500 Subject: [PATCH] v3.2.1 dev cycle start --- includes/class-ultimate-blocks-constants.php | 2 +- package.json | 4 ++-- readme.txt | 2 +- ultimate-blocks.php | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/includes/class-ultimate-blocks-constants.php b/includes/class-ultimate-blocks-constants.php index d5e6087b..e611c2e3 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.0'; + const PLUGIN_VERSION = '3.2.1-dev'; const PLUGIN_NAME = 'ultimate-blocks'; diff --git a/package.json b/package.json index 385ae781..5ffcc170 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ultimate-blocks", - "version": "3.2.0", + "version": "3.2.1-dev", "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\"", @@ -109,4 +109,4 @@ "stylelint-config-standard-scss": "^11.0.0", "yorkie": "^2.0.0" } -} \ No newline at end of file +} diff --git a/readme.txt b/readme.txt index 9a279371..d2f1b1c2 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.0 +Stable tag: 3.2.1-dev 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 4a1cfb6a..3b320291 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.0 + * Version: 3.2.1-dev * License: GPL3+ * License URI: http://www.gnu.org/licenses/gpl-3.0.txt * Text Domain: ultimate-blocks