Skip to content

Commit

Permalink
Bump version to 1.0.1
Browse files Browse the repository at this point in the history
Bump version to 1.0.1 to confirm WP Updater is functioning
  • Loading branch information
zackpyle authored Aug 20, 2023
1 parent c6375aa commit a8a5258
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,15 +10,15 @@
* 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
* Version: 1.0.1
* Author: PYLE/DIGITAL
* Text Domain: BBClassDropdown
* License: GPL-3.0+
* License URI: https://www.gnu.org/licenses/gpl-3.0.txt
*/


define( 'BBCLASSDROPDOWN_VERSION', '1.0' );
define( 'BBCLASSDROPDOWN_VERSION', '1.0.1' );
define( 'BBCLASSDROPDOWN_DIR', plugin_dir_path( __FILE__ ) );
define( 'BBCLASSDROPDOWN_FILE', __FILE__ );
define( 'BBCLASSDROPDOWN_URL', plugins_url( '/', __FILE__ ) );
Expand Down

0 comments on commit a8a5258

Please sign in to comment.