diff --git a/dark-mode-toggle-block.php b/dark-mode-toggle-block.php index 2dbf4c6..1b28076 100644 --- a/dark-mode-toggle-block.php +++ b/dark-mode-toggle-block.php @@ -5,7 +5,7 @@ * Plugin URI: https://rich.blog/dark-mode-toggle-block * Requires at least: 6.4 * Requires PHP: 7.0 - * Version: 1.0.1 + * Version: 1.0.2 * Author: Rich Tabor * Author URI: https://rich.blog * License: GPL-2.0-or-later diff --git a/package.json b/package.json index b62ae5a..a143417 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "dark-mode-toggle-block", - "version": "1.0.1", + "version": "1.0.2", "description": "A WordPress block for toggling between between light and dark appearance on your site.", "author": { "name": "richtabor", diff --git a/readme.txt b/readme.txt index 3364a4d..0d4a491 100644 --- a/readme.txt +++ b/readme.txt @@ -2,7 +2,7 @@ Contributors: Rich Tabor Tags: block Tested up to: 6.6 -Stable tag: 1.0.1 +Stable tag: 1.0.2 License: GPL-2.0-or-later License URI: https://www.gnu.org/licenses/gpl-2.0.html @@ -27,6 +27,9 @@ You can find the development files for the block on [GitHub](https://github.com/ == Changelog == += 1.0.2 = +* Improve block example. + = 1.0.1 = * Update prefix. * Improve inline script.