diff --git a/includes/class-ultimate-blocks-constants.php b/includes/class-ultimate-blocks-constants.php index 7ab1882a..0ee3148c 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.1.2'; + const PLUGIN_VERSION = '3.1.3-dev'; const PLUGIN_NAME = 'ultimate-blocks'; diff --git a/package.json b/package.json index 0e8dc015..989e3788 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ultimate-blocks", - "version": "3.1.2", + "version": "3.1.3-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\"", diff --git a/readme.txt b/readme.txt index 32933f76..f5de1148 100644 --- a/readme.txt +++ b/readme.txt @@ -3,7 +3,7 @@ Contributors: dotcamp, ultimateblocks, imtiazrayhan, istiakrayhan, erdembircan, Tags: block, blocks, gutenberg blocks, gutenberg, block editor Requires at least: 5.8 Tested up to: 6.4 -Stable tag: 3.1.2 +Stable tag: 3.1.3-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 c357a3ba..f3eb9ffc 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.1.2 + * Version: 3.1.3-dev * License: GPL3+ * License URI: http://www.gnu.org/licenses/gpl-3.0.txt * Text Domain: ultimate-blocks