From 50cfe3d7516cc4530acba24eb4e481b60412f4cb Mon Sep 17 00:00:00 2001 From: ermolaev Date: Fri, 24 Aug 2018 17:23:42 +0700 Subject: [PATCH] Change version 1.0.1-dev -> 1.0.2 --- TelegramBot.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TelegramBot.php b/TelegramBot.php index bf2154d..3afff5b 100644 --- a/TelegramBot.php +++ b/TelegramBot.php @@ -22,7 +22,7 @@ function register() { $this->name = 'TelegramBot'; $this->description = plugin_lang_get( 'description' ); - $this->version = '1.1.0-dev'; + $this->version = '1.0.2'; $this->requires = array( 'MantisCore' => '2.14.0', );