diff --git a/composer.json b/composer.json index 885c3d2..48c0948 100644 --- a/composer.json +++ b/composer.json @@ -1,6 +1,6 @@ { "name": "ayecode/wp-super-duper", - "version": "1.1.26", + "version": "1.1.27", "type": "library", "description": "Lets you create a widget, block and shortcode all from the one file .", "keywords": ["WordPress","super duper","wp"], diff --git a/wp-super-duper.php b/wp-super-duper.php index b84ef2c..696440a 100755 --- a/wp-super-duper.php +++ b/wp-super-duper.php @@ -5,7 +5,7 @@ if ( ! class_exists( 'WP_Super_Duper' ) ) { - define( 'SUPER_DUPER_VER', '1.1.26' ); + define( 'SUPER_DUPER_VER', '1.1.27' ); /** * A Class to be able to create a Widget, Shortcode or Block to be able to output content for WordPress.