diff --git a/README.md b/README.md index 118b60d..7de0489 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ Tags: schedule, term Requires at least: 6.7 Tested up to: 6.7 Requires PHP: 8.1 -Stable tag: 0.4.4 +Stable tag: 0.4.5 License: GPLv2 or later License URI: https://www.gnu.org/licenses/gpl-2.0.html diff --git a/inline-typography-controls.php b/inline-typography-controls.php index 6ad6d7b..eb760bc 100644 --- a/inline-typography-controls.php +++ b/inline-typography-controls.php @@ -2,7 +2,7 @@ /** * Plugin Name: Inline Typography Controls * Description: Add inline typography controls to the editor. - * Version: 0.4.4 + * Version: 0.4.5 * Author: HAMWORKS * License: GPL-2.0+ * GitHub Plugin URI: https://github.com/hamworks/inline-typography-controls diff --git a/package-lock.json b/package-lock.json index c1986ae..9b31588 100644 --- a/package-lock.json +++ b/package-lock.json @@ -25,7 +25,7 @@ "react": "^18.0.0", "react-dom": "^18.0.0" }, - "version": "0.4.4" + "version": "0.4.5" }, "node_modules/@ampproject/remapping": { "version": "2.3.0", @@ -24305,5 +24305,5 @@ } } }, - "version": "0.4.4" + "version": "0.4.5" } diff --git a/package.json b/package.json index 73b39f0..fa55f13 100644 --- a/package.json +++ b/package.json @@ -73,5 +73,5 @@ "@wordpress/i18n": "^5.17.0", "@wordpress/rich-text": "^7.17.0" }, - "version": "0.4.4" + "version": "0.4.5" }