From d3f720fb8cea56153e59ac1680f736907c63472b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Armando=20L=C3=BCscher?= Date: Wed, 4 Jan 2017 14:11:50 +0100 Subject: [PATCH] Update readme to suggest 0.3.* to make sure the latest PHP Telegram Bot is used. [skip ci] --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1d9001c..9a359ac 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ Installation and usage is pretty straight forward: Either run this command in your command line: ``` -composer require noplanman/telegram-bot-manager:^0.2 +composer require noplanman/telegram-bot-manager:^0.3 ``` **or** @@ -29,7 +29,7 @@ For existing Composer projects, edit your project's `composer.json` file to requ ```js "require": { - "noplanman/telegram-bot-manager": "^0.2" + "noplanman/telegram-bot-manager": "^0.3" } ``` and then run `composer update`