Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
zackpyle authored Dec 19, 2023
1 parent bb703d2 commit 912c4f9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bb-class-dropdown.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
* Plugin Name: Beaver Builder Class Dropdown
* Plugin URI: https://github.com/zackpyle/BBClassDropdown
* Description: BB Class Dropdown adds user defined CSS classes to dropdown below the Beaver Builder class input in the Advanced tab
* Version: 1.0.4
* Version: 1.0.5
* Author: PYLE/DIGITAL
* Author URI: https://github.com/zackpyle
* Text Domain: BBClassDropdown
Expand All @@ -33,7 +33,7 @@ function BBCLASSDROPDOWN_check_php_version() {
}
}

define( 'BBCLASSDROPDOWN_VERSION' , '1.0.4' );
define( 'BBCLASSDROPDOWN_VERSION' , '1.0.5' );
define( 'BBCLASSDROPDOWN_DIR' , plugin_dir_path( __FILE__ ) );
define( 'BBCLASSDROPDOWN_BASE' , plugin_basename( __FILE__ ) );
define( 'BBCLASSDROPDOWN_FILE' , __FILE__ );
Expand Down

0 comments on commit 912c4f9

Please sign in to comment.