Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion block-format-bridge.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* Plugin Name: Block Format Bridge
* Plugin URI: https://github.com/chubes4/block-format-bridge
* Description: Orchestrates bidirectional content format conversion (HTML, Blocks, Markdown) via a unified adapter API. Composes existing plugins/libraries — owns no parsing logic of its own.
* Version: 0.8.0
* Version: 0.8.1
* Author: Chris Huber
* Author URI: https://chubes.net
* License: GPL-2.0-or-later
Expand Down
2 changes: 1 addition & 1 deletion library.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
}

$bfb_library_path = __DIR__;
$bfb_library_version = '0.8.0';
$bfb_library_version = '0.8.1';

// Load Composer/php-scoper dependencies as soon as the bridge package is
// included, not when the winning BFB version initializes on
Expand Down
Loading