mirror of
https://github.com/LamGC/wp-asciiplayer.git
synced 2025-04-29 14:17:32 +00:00
bump: bump version to 1.0.1
This commit is contained in:
parent
03b83a3f69
commit
93343e6958
@ -10,7 +10,7 @@ Author URI: https://blog.lamgc.moe
|
|||||||
License: GNU GENERAL PUBLIC LICENSE Version 3.0
|
License: GNU GENERAL PUBLIC LICENSE Version 3.0
|
||||||
*/
|
*/
|
||||||
|
|
||||||
const PLUGIN_VERSION = '1.0.0';
|
const PLUGIN_VERSION = '1.0.1';
|
||||||
|
|
||||||
const ASCIIPLAYER_TAG = 'asciiplayer';
|
const ASCIIPLAYER_TAG = 'asciiplayer';
|
||||||
|
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "wp-asciiplayer-adapter",
|
"name": "wp-asciiplayer-adapter",
|
||||||
"version": "1.0.0",
|
"version": "1.0.1",
|
||||||
"description": "asciinema-player for wordpress.",
|
"description": "asciinema-player for wordpress.",
|
||||||
"main": "dist/bundle.js",
|
"main": "dist/bundle.js",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
|
@ -3,7 +3,7 @@ Contributors: lamgc
|
|||||||
Tags: asciicast, asciiplayer, asciinema, ascii
|
Tags: asciicast, asciiplayer, asciinema, ascii
|
||||||
Requires at least: 5.2
|
Requires at least: 5.2
|
||||||
Tested up to: 6.2
|
Tested up to: 6.2
|
||||||
Stable tag: 1.0.0
|
Stable tag: 1.0.1
|
||||||
Requires PHP: 7.4
|
Requires PHP: 7.4
|
||||||
License: GPLv3
|
License: GPLv3
|
||||||
License URI: https://www.gnu.org/licenses/gpl-3.0.html
|
License URI: https://www.gnu.org/licenses/gpl-3.0.html
|
||||||
|
Loading…
Reference in New Issue
Block a user