From e532b91378951e183ea6d973002201840dd9e1b9 Mon Sep 17 00:00:00 2001 From: everyx Date: Tue, 14 Mar 2017 21:46:21 +0800 Subject: [PATCH] bump to v0.2.0 --- Plugin.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Plugin.php b/Plugin.php index 69c2f2d..fa1a285 100644 --- a/Plugin.php +++ b/Plugin.php @@ -46,6 +46,6 @@ public function run() */ public static function getVersion() { - return '0.1.0'; + return '0.2.0'; } }