diff --git a/html-api-debugger/html-api-debugger.php b/html-api-debugger/html-api-debugger.php
index 6aaefe3..f2e4d1f 100644
--- a/html-api-debugger/html-api-debugger.php
+++ b/html-api-debugger/html-api-debugger.php
@@ -3,7 +3,7 @@
* Plugin Name: HTML API Debugger
* Plugin URI: https://github.com/sirreal/html-api-debugger
* Description: Add a page to wp-admin for debugging the HTML API.
- * Version: 2.4
+ * Version: 2.5
* Requires at least: 6.7
* Tested up to: 6.8
* Author: Jon Surrell
@@ -22,7 +22,7 @@
require_once __DIR__ . '/html-api-integration.php';
const SLUG = 'html-api-debugger';
-const VERSION = '2.4';
+const VERSION = '2.5';
/** Set up the plugin. */
function init() {
diff --git a/html-api-debugger/readme.txt b/html-api-debugger/readme.txt
index fcc6148..960db34 100644
--- a/html-api-debugger/readme.txt
+++ b/html-api-debugger/readme.txt
@@ -3,7 +3,7 @@ Contributors: jonsurrell, bernhard-reiter
Tags: HTML API, development, debug
Requires at least: 6.7
Tested up to: 6.8
-Stable tag: 2.4
+Stable tag: 2.5
License: GPLv2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
@@ -15,6 +15,9 @@ Please file issues and pull requests on the [GitHub repository](https://github.c
== Changelog ==
+= 2.5 =
+* Fix a crash when using WordPress 6.7.
+
= 2.4 =
* Add experimental support for HTML API selectors.
* Display document title.