🍰 2.0.3,修复了不正确的 APlayer.js

This commit is contained in:
METO 2017-11-16 21:48:40 +08:00
parent a52dc90c8f
commit 69153c4dec
2 changed files with 3 additions and 4 deletions

View File

@ -6,13 +6,13 @@ if(!defined('__TYPECHO_ROOT_DIR__'))exit;
*
* @package APlayer for Typecho | Meting
* @author METO
* @version 2.0.2
* @version 2.0.3
* @dependence 14.10.10-*
* @link https://github.com/MoePlayer/APlayer-Typecho
*
*/
define('METING_VERSION','2.0.2');
define('METING_VERSION','2.0.3');
class Meting_Plugin extends Typecho_Widget implements Typecho_Plugin_Interface
{

File diff suppressed because one or more lines are too long