Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
junaidbhura authored Sep 6, 2024
1 parent 5b002d4 commit bc5b196
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gumponents.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@
* Description: Essential Gutenberg components for WordPress.
* Author: Junaid Bhura
* Author URI: https://junaid.dev
* Version: 1.1.5
* Version: 1.1.6
*
* @package gumponents
*/

namespace JB\Gumponents;

define( 'GUMPONENTS_VERSION', '1.1.5' );
define( 'GUMPONENTS_VERSION', '1.1.6' );

require_once __DIR__ . '/inc/autoload.php';
require_once __DIR__ . '/inc/namespace.php';
Expand Down

0 comments on commit bc5b196

Please sign in to comment.