From cb0fdc65b2157419007a32e05b934b211850eedd Mon Sep 17 00:00:00 2001 From: Marcos Schratzenstaller Date: Tue, 23 Apr 2019 12:21:22 -0300 Subject: [PATCH] Bumping up the version on plugin's variable. --- genesis-simple-sidebars.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/genesis-simple-sidebars.php b/genesis-simple-sidebars.php index e0872b0..5b82d7a 100644 --- a/genesis-simple-sidebars.php +++ b/genesis-simple-sidebars.php @@ -24,7 +24,7 @@ if ( ! defined( 'ABSPATH' ) ) { } define( 'GENESIS_SIMPLE_SIDEBARS_SETTINGS_FIELD', 'genesis_simple_sidebars_settings' ); -define( 'GENESIS_SIMPLE_SIDEBARS_VERSION', '2.1.1' ); +define( 'GENESIS_SIMPLE_SIDEBARS_VERSION', '2.2.0' ); define( 'GENESIS_SIMPLE_SIDEBARS_PLUGIN_DIR', plugin_dir_path( __FILE__ ) ); define( 'GENESIS_SIMPLE_SIDEBARS_PLUGIN_URL', plugins_url( '', __FILE__ ) );