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', );