diff --git a/flipbox-block.php b/flipbox-block.php index 79dc346..f20987b 100644 --- a/flipbox-block.php +++ b/flipbox-block.php @@ -5,7 +5,7 @@ * Description: Flip Box Block is a block plugin for the WordPress block editor that allows you to freely place blocks in front and behind. * Requires at least: 5.9 * Requires PHP: 7.0 - * Version: 0.1.9 + * Version: 0.1.10 * Stable tag: 0.1.6 * Author: Tomoki Shimomura * Author URI: https://flip-box-block.shimomuratomoki.com/ diff --git a/package.json b/package.json index 79da039..207fd95 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "flipbox-block", - "version": "0.1.9", + "version": "0.1.10", "author": "Tomoki Shimomura", "license": "GPL-2.0-or-later", "main": "build/index.js", diff --git a/readme.txt b/readme.txt index c64e7e2..49e0328 100644 --- a/readme.txt +++ b/readme.txt @@ -24,7 +24,7 @@ https://github.com/shimotmk/flipbox-block == Changelog == -= 0.1.7 - 0.1.9 = += 0.1.7 - 0.1.10 = * Release action * Deploy action