Skip to content

Commit d693196

Browse files
committed
Readme update
1 parent 17e8239 commit d693196

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ This **open-source plugin was developed to help the Sylius community**. If you h
4747

4848
| Plugin version | Sylius version | Supported VSF version |
4949
|:--------------------:|:--------------:|:---------------------:|
50-
| v2.1.0 | 1.8 | 1.12.2 |
50+
| v2.1.1 | 1.8 | 1.12.2 |
5151
| v1.0.0-beta.1 | 1.6 | 1.11.4 |
5252

5353
### Requirements
@@ -74,7 +74,7 @@ Please refer to [Sylius Documentation - How to disable Sylius shop?](https://doc
7474
First, add this plugin as dependency to your Sylius project.
7575

7676
```
77-
$ composer require bitbag/vuestorefront-plugin:v2.1.0
77+
$ composer require bitbag/vuestorefront-plugin:v2.1.1
7878
```
7979

8080
Add the plugin to `config/bundles.php` (if it's not there already):
@@ -403,7 +403,7 @@ To fix it add a following block into your `composer.json` file:
403403
```
404404
Make sure that
405405
```
406-
"bitbag/vuestorefront-plugin": "v2.1.0"
406+
"bitbag/vuestorefront-plugin": "v2.1.1"
407407
```
408408
is present in `require` section in your `composer.json` file and then run:
409409
```

0 commit comments

Comments
 (0)