Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
wolffe committed Jul 12, 2024
1 parent 7c45909 commit 4323c8d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions fx-builder.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* Plugin Name: FX Builder
* Plugin URI: https://getbutterfly.com/classicpress-plugins/fx-builder/
* Description: A simple page builder plugin. The one you can actually use.
* Version: 1.2.2
* Version: 1.2.3
* Requires PHP: 7.2
* Requires CP: 2.0
* Author: Ciprian Popescu
Expand All @@ -27,7 +27,7 @@
define( 'FX_BUILDER_PATH', trailingslashit( plugin_dir_path( __FILE__ ) ) );
define( 'FX_BUILDER_FILE', __FILE__ );
define( 'FX_BUILDER_PLUGIN', plugin_basename( __FILE__ ) );
define( 'FX_BUILDER_VERSION', '1.2.2' );
define( 'FX_BUILDER_VERSION', '1.2.3' );

include FX_BUILDER_PATH . '/includes/updater.php';

Expand Down
2 changes: 1 addition & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Tags: page builder, drag, drop, columns
Requires at least: 2.0
Tested up to: 2.1.0
Requires PHP: 7.2
Stable tag: 1.2.2
Stable tag: 1.2.3
License: GNU General Public License v3 or later
License URI: https://www.gnu.org/licenses/gpl-3.0.html

Expand Down

0 comments on commit 4323c8d

Please sign in to comment.