[1.1.1] 更新 Meting 库版本(修复网易云、酷狗)

This commit is contained in:
METO
2017-06-01 13:09:21 +08:00
parent dc4ab0af25
commit d54730ff4a
3 changed files with 13 additions and 12 deletions

View File

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