Skip to content

Commit

Permalink
Update version number
Browse files Browse the repository at this point in the history
  • Loading branch information
misterchaos committed Mar 30, 2021
1 parent 988e489 commit ca8ee63
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions Plugin.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,14 @@
*
* @package WeChatShare
* @author Yuchao Huang
* @version 2.0
* @version 3.0
* @link https://hellochaos.cn
*
*
* version 2.0 at 2021-03-29
* version 3.0 at 2021-03-29
* 支持最新微信开放平台API
*
* 兼容旧版JsApi
* 支持自定义链接描述
*/
class WeChatShare_Plugin implements Typecho_Plugin_Interface
{
Expand All @@ -20,7 +21,7 @@ class WeChatShare_Plugin implements Typecho_Plugin_Interface
* 插件版本号
* @var string
*/
const _VERSION = '2.0';
const _VERSION = '3.0';
/**
* 激活插件方法,如果激活失败,直接抛出异常
*
Expand Down

0 comments on commit ca8ee63

Please sign in to comment.