Skip to content

Commit

Permalink
Update jet-form-builder.php
Browse files Browse the repository at this point in the history
  • Loading branch information
girafffee committed Jan 18, 2023
1 parent 1fbe9ef commit edea55f
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.0.0.47
* Version: 3.0.0-beta
* 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.0.0.47' );
define( 'JET_FORM_BUILDER_VERSION', '3.0.0-beta' );

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

0 comments on commit edea55f

Please sign in to comment.