From a023ffb1d95e9cb17c408e9082c055f07ee1d4df Mon Sep 17 00:00:00 2001 From: Valentino Pesce Date: Sat, 4 Jan 2020 12:27:49 +0100 Subject: [PATCH] Update version --- Plugin.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Plugin.php b/Plugin.php index fc2e945..fcc66db 100644 --- a/Plugin.php +++ b/Plugin.php @@ -50,7 +50,7 @@ public function getPluginAuthor() public function getPluginVersion() { - return '1.1.1'; + return '1.1.2'; } public function getCompatibleVersion() @@ -63,4 +63,4 @@ public function getPluginHomepage() return 'https://github.com/kenlog/Essential'; } -} \ No newline at end of file +}