Skip to content

Commit

Permalink
release: 2.7.42
Browse files Browse the repository at this point in the history
  • Loading branch information
avalla committed Apr 15, 2024
1 parent d03fd22 commit 7067295
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions bdroppy.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@
* Plugin Name: BDroppy
* Plugin URI: https://wordpress.org/plugins/bdroppy/
* Description: BDroppy Plugin
* Version: 2.7.41
* Version: 2.7.42
* Author: BDroppy Development Team
* Author URI: http://bdroppy.com
* Author URI: https://bdroppy.com
* License: MIT
*
* License URI: http://www.gnu.org/licenses/gpl-2.0.txt
* License URI: https://www.gnu.org/licenses/gpl-2.0.txt
*/

if ( ! defined( 'ABSPATH' ) ) exit;
Expand All @@ -30,7 +30,7 @@ class BDroppyMain {
private function __construct()
{
define( 'BDROPPY_NAME', 'BDroppy' );
define( 'BDROPPY_VERSION', '2.7.40' );
define( 'BDROPPY_VERSION', '2.7.41' );
define( 'BDROPPY_DB_VERSION', 16 );


Expand Down

0 comments on commit 7067295

Please sign in to comment.