Skip to content

Commit

Permalink
version
Browse files Browse the repository at this point in the history
  • Loading branch information
davidperezgar committed Sep 30, 2024
1 parent fe76918 commit 55cf887
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions frontblocks.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* Plugin Name: FrontBlocks
* Plugin URI: https://github.com/closemarketing/frontblocks
* Description: Blocks and helpers to facilitate GeneratePress frontend developing.
* Version: 0.2.3
* Version: 0.2.4
* Author: Closemarketing
* Author URI: https://close.marketing
* Text Domain: frontblocks
Expand All @@ -27,7 +27,7 @@

defined( 'ABSPATH' ) || die( 'No script kiddies please!' );

define( 'FRBL_VERSION', '0.2.3' );
define( 'FRBL_VERSION', '0.2.4' );
define( 'FRBL_PLUGIN', __FILE__ );
define( 'FRBL_PLUGIN_URL', plugin_dir_url( __FILE__ ) );
define( 'FRBL_PLUGIN_PATH', plugin_dir_path( __FILE__ ) );
Expand Down
6 changes: 3 additions & 3 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ Contributors: davidperez, sacrajaimez, alexbreagarcia, matiasquero, amulero, man
Tags: carrusel, slider, lightweight, generatepress
Donate link: https://close.marketing/go/donate/
Requires at least: 5.0
Tested up to: 6.4
Stable tag: 0.2.2
Version: 0.2.2
Tested up to: 6.6
Stable tag: 0.2.4
Version: 0.2.4
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

Expand Down

0 comments on commit 55cf887

Please sign in to comment.