Skip to content

Commit

Permalink
v3.1.3 dev cycle start
Browse files Browse the repository at this point in the history
  • Loading branch information
farhan-shafi committed Feb 5, 2024
1 parent 4a78fed commit c82be58
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion includes/class-ultimate-blocks-constants.php
Original file line number Diff line number Diff line change
Expand Up @@ -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';

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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\"",
Expand Down
2 changes: 1 addition & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion ultimate-blocks.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c82be58

Please sign in to comment.