diff --git a/README.md b/README.md index e536bb0..0afce61 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ [![Code Climate](https://codeclimate.com/github/ksassnowski/laravel-beanstalkd-admin-ui/badges/gpa.svg)](https://codeclimate.com/github/ksassnowski/laravel-beanstalkd-admin-ui) [![Build Status](https://travis-ci.org/Dionera/laravel-beanstalkd-admin-ui.svg?branch=master)](https://travis-ci.org/Dionera/laravel-beanstalkd-admin-ui) [![SensioLabsInsight](https://insight.sensiolabs.com/projects/656659a9-5b94-453f-9780-f6b48c49f15f/mini.png)](https://insight.sensiolabs.com/projects/656659a9-5b94-453f-9780-f6b48c49f15f) -[![Current Version](https://img.shields.io/badge/version-1.1.0-blue.svg)](https://img.shields.io/badge/version-0.4.0-blue.svg) +[![Current Version](https://img.shields.io/badge/version-1.1.0-blue.svg)](https://img.shields.io/badge/version-2.0.0-blue.svg) [![License](https://img.shields.io/badge/license-MIT-blue.svg)](https://img.shields.io/badge/license-MIT-blue.svg) ![](preview.png) @@ -18,6 +18,8 @@ Require the package through composer composer require dionera/laravel-beanstalkd-ui ``` +**Note**: For Laravel versions older than `5.7.28` please install `dionera/laravel-beanstalkd-ui@~1.3.0`. + ### Publish assets Next we need to publish the package's assets. We do this by running the following command: