From 4ff83aee60f3b98969c0a3d0e0bed347d52daf32 Mon Sep 17 00:00:00 2001 From: busayo Date: Tue, 19 Jan 2016 13:15:37 +0100 Subject: [PATCH] chore(readme): Update readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d9bcf2f..502888a 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ To get the latest version of Laravel Identify, simply add the following line to the require block of your `composer.json` file. ``` -"unicodeveloper/laravel-identify": "1.0.*" +"unicodeveloper/laravel-identify": "1.1.*" ``` You'll then need to run `composer install` or `composer update` to download it and have the autoloader updated.