From ec88608f79a4d1fcb70eedf9d3cac7e94866000d Mon Sep 17 00:00:00 2001 From: Che Kun Date: Fri, 9 May 2014 21:56:16 +0800 Subject: [PATCH] bump version 1.0.1 --- Plugin.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Plugin.php b/Plugin.php index 8226fbf..5788acd 100644 --- a/Plugin.php +++ b/Plugin.php @@ -4,7 +4,7 @@ * * @package AppStore * @author chekun - * @version 1.0.0 + * @version 1.0.1 * @link http://typecho.dilicms.com */ class AppStore_Plugin implements Typecho_Plugin_Interface @@ -88,4 +88,4 @@ public static function config(Typecho_Widget_Helper_Form $form) */ public static function personalConfig(Typecho_Widget_Helper_Form $form){} -} \ No newline at end of file +}