From e91c9f6e42d12d2f7ac8f2501883e1a8b0098357 Mon Sep 17 00:00:00 2001 From: Igor Matviichuk Date: Mon, 8 May 2023 12:57:19 +0300 Subject: [PATCH] update version --- README.md | 2 +- composer.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 528bb57..7a85bad 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ or add ```json { "require": { - "idapgroup/elasticsearch-its-easy": "^1.1.0" + "idapgroup/elasticsearch-its-easy": "^1.1.1" } } ``` diff --git a/composer.json b/composer.json index 21bf720..fca8fd6 100644 --- a/composer.json +++ b/composer.json @@ -7,7 +7,7 @@ "keywords": [ "elasticsearch" ], - "version": "1.1.0", + "version": "1.1.1", "authors": [ { "name": "Sergey Belyy",