Skip to content

Commit a491b5a

Browse files
committed
update version
1 parent 9007ab1 commit a491b5a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "stackable",
3-
"version": "3.18.1",
3+
"version": "3.19.0",
44
"private": true,
55
"description": "Blocks for everyone",
66
"author": "Benjamin Intal of Gambit",

plugin.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
* Author: Gambit Technologies, Inc
77
* Author URI: http://gambit.ph
88
* Text Domain: stackable-ultimate-gutenberg-blocks
9-
* Version: 3.18.1
9+
* Version: 3.19.0
1010
*
1111
* @package Stackable
1212
* @fs_premium_only /freemius.php, /freemius/
@@ -46,7 +46,7 @@ function stackable_multiple_plugins_check() {
4646

4747
defined( 'STACKABLE_SHOW_PRO_NOTICES' ) || define( 'STACKABLE_SHOW_PRO_NOTICES', true );
4848
defined( 'STACKABLE_BUILD' ) || define( 'STACKABLE_BUILD', 'free' );
49-
defined( 'STACKABLE_VERSION' ) || define( 'STACKABLE_VERSION', '3.18.1' );
49+
defined( 'STACKABLE_VERSION' ) || define( 'STACKABLE_VERSION', '3.19.0' );
5050
defined( 'STACKABLE_FILE' ) || define( 'STACKABLE_FILE', __FILE__ );
5151
defined( 'STACKABLE_I18N' ) || define( 'STACKABLE_I18N', 'stackable-ultimate-gutenberg-blocks' ); // Plugin slug.
5252
defined( 'STACKABLE_DESIGN_LIBRARY_URL' ) || define( 'STACKABLE_DESIGN_LIBRARY_URL', 'https://stackable-files.pages.dev' ); // Design Library CDN URL

0 commit comments

Comments
 (0)