From 0c5a0512d0bb86bba6964b457407afe95cdad557 Mon Sep 17 00:00:00 2001 From: jan Date: Sun, 16 Oct 2016 18:18:37 +0200 Subject: [PATCH] changed readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ffd062c..aa91569 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ Recomended installation is using [Composer], if you do not have [Composer] what In the root of your project execute the following: ```sh -$ composer require lumaserv/proxmoxve ~4.0.1 +$ composer require lumaserv/proxmoxve ~4.0.2 ``` Or add this to your `composer.json` file: @@ -29,7 +29,7 @@ Or add this to your `composer.json` file: ```json { "require": { - "lumaserv/proxmoxve": "~4.0.1" + "lumaserv/proxmoxve": "~4.0.2" } } ```