From 41ce5b06b1f7ac156adc6eab3588aa57cbc08083 Mon Sep 17 00:00:00 2001 From: ermolaev Date: Thu, 27 Sep 2018 12:35:00 +0700 Subject: [PATCH] Stable release 1.2.1 --- TelegramBot.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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', );