Skip to content

Commit

Permalink
ver: 3.2.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
girafffee committed Jan 8, 2024
1 parent 896740f commit f096180
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions jet-form-builder.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* Plugin Name: JetFormBuilder
* Plugin URI: https://jetformbuilder.com/
* Description: Advanced form builder plugin for WordPress block editor. Create forms from the ground up, customize the existing ones, and style them up – all in one editor.
* Version: 3.2.3
* Version: 3.2.3.1
* Author: Crocoblock
* Author URI: https://crocoblock.com/
* Text Domain: jet-form-builder
Expand All @@ -19,7 +19,7 @@

function jet_form_builder_init() {

define( 'JET_FORM_BUILDER_VERSION', '3.2.3' );
define( 'JET_FORM_BUILDER_VERSION', '3.2.3.1' );

define( 'JET_FORM_BUILDER__FILE__', __FILE__ );
define( 'JET_FORM_BUILDER_PLUGIN_BASE', plugin_basename( JET_FORM_BUILDER__FILE__ ) );
Expand Down

0 comments on commit f096180

Please sign in to comment.