Skip to content

Commit

Permalink
Update gumponents.php
Browse files Browse the repository at this point in the history
  • Loading branch information
junaidbhura authored Jul 11, 2023
1 parent 742c2c3 commit 32502ba
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.0
* Version: 1.1.2
*
* @package gumponents
*/

namespace JB\Gumponents;

define( 'GUMPONENTS_VERSION', '1.1.1' );
define( 'GUMPONENTS_VERSION', '1.1.2' );

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

0 comments on commit 32502ba

Please sign in to comment.