diff --git a/asciicast-player.php b/asciicast-player.php index b35d3fb..8d01893 100644 --- a/asciicast-player.php +++ b/asciicast-player.php @@ -10,7 +10,7 @@ Author URI: https://blog.lamgc.moe License: GNU GENERAL PUBLIC LICENSE Version 3.0 */ -const PLUGIN_VERSION = '1.0.0'; +const PLUGIN_VERSION = '1.0.1'; const ASCIIPLAYER_TAG = 'asciiplayer'; diff --git a/asciiplayer/package.json b/asciiplayer/package.json index b72b07a..adee082 100644 --- a/asciiplayer/package.json +++ b/asciiplayer/package.json @@ -1,6 +1,6 @@ { "name": "wp-asciiplayer-adapter", - "version": "1.0.0", + "version": "1.0.1", "description": "asciinema-player for wordpress.", "main": "dist/bundle.js", "type": "module", diff --git a/readme.txt b/readme.txt index e7b599f..29d4ee0 100644 --- a/readme.txt +++ b/readme.txt @@ -3,7 +3,7 @@ Contributors: lamgc Tags: asciicast, asciiplayer, asciinema, ascii Requires at least: 5.2 Tested up to: 6.2 -Stable tag: 1.0.0 +Stable tag: 1.0.1 Requires PHP: 7.4 License: GPLv3 License URI: https://www.gnu.org/licenses/gpl-3.0.html