From f69f148d5fedc567934865d373b5597138086f1f Mon Sep 17 00:00:00 2001 From: Andrei Baibaratsky Date: Tue, 25 Apr 2017 18:49:16 +0200 Subject: [PATCH] Version updated --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c18f211..b4a0930 100644 --- a/README.md +++ b/README.md @@ -18,11 +18,11 @@ Installation To install, either run ``` - $ php composer.phar require baibaratsky/yii-rollbar:2.0.* + $ php composer.phar require baibaratsky/yii-rollbar:2.1.* ``` or add ``` - "baibaratsky/yii-rollbar": "2.0.*" + "baibaratsky/yii-rollbar": "2.1.*" ``` to the `require` section of your `composer.json` file.