Plugin Directory

Changeset 3389420


Ignore:
Timestamp:
11/04/2025 08:14:50 AM (5 months ago)
Author:
dreamtheme
Message:

Fix version in php main file

File:
1 edited

Legend:

Unmodified
Added
Removed
  • better-block-editor/trunk/better-block-editor.php

    r3388992 r3389420  
    55 * Requires at least: 6.8
    66 * Requires PHP:      7.4
    7  * Version:           1.0.1
     7 * Version:           1.0.1.1
    88 * Author:            Dream-Theme
    99 * License:           GPLv2 or later
     
    2121require_once __DIR__ . '/plugin.php';
    2222
    23 define( 'WPBBE_VERSION', '1.0.1' );
     23define( 'WPBBE_VERSION', '1.0.1.1' );
    2424
    2525define( 'WPBBE_FILE', __FILE__ );
Note: See TracChangeset for help on using the changeset viewer.