Skip to content

Commit

Permalink
v3.1.8 dev cycle start
Browse files Browse the repository at this point in the history
  • Loading branch information
farhan-shafi committed Apr 21, 2024
1 parent 9d2f154 commit 7607c84
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 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.7-dev';
const PLUGIN_VERSION = '3.1.8-dev';

const PLUGIN_NAME = 'ultimate-blocks';

Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ultimate-blocks",
"version": "3.1.7-dev",
"version": "3.1.8-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 Expand Up @@ -109,4 +109,4 @@
"stylelint-config-standard-scss": "^11.0.0",
"yorkie": "^2.0.0"
}
}
}
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: blocks, gutenberg blocks, gutenberg, block editor, free
Requires at least: 5.8
Tested up to: 6.5
Stable tag: 3.1.7-dev
Stable tag: 3.1.8-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.7-dev
* Version: 3.1.8-dev
* License: GPL3+
* License URI: http://www.gnu.org/licenses/gpl-3.0.txt
* Text Domain: ultimate-blocks
Expand Down

0 comments on commit 7607c84

Please sign in to comment.