diff --git a/README.md b/README.md index 2101ee9..5612d99 100644 --- a/README.md +++ b/README.md @@ -20,14 +20,14 @@ Installation Issue following command: ```php -composer require alexpechkarev/geometry-library:1.0.3 +composer require alexpechkarev/geometry-library:1.0.4 ``` Alternatively edit composer.json by adding following line and run **`composer update`** ```php "require": { ...., - "alexpechkarev/geometry-library":"1.0.3", + "alexpechkarev/geometry-library":"1.0.4", }, ```