Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
junaidbhura committed Mar 1, 2024
1 parent e7b6acc commit 63654cf
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.3
* Version: 1.1.4
*
* @package gumponents
*/

namespace JB\Gumponents;

define( 'GUMPONENTS_VERSION', '1.1.3' );
define( 'GUMPONENTS_VERSION', '1.1.4' );

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

0 comments on commit 63654cf

Please sign in to comment.