diff --git a/TelegramBot.php b/TelegramBot.php index 00a6e34..083293c 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.2.0-dev'; + $this->version = '1.2.1'; $this->requires = array( 'MantisCore' => '2.14.0', );