From b911d026d81de80a9e605f6da10364e61bb7e06a Mon Sep 17 00:00:00 2001 From: Igor Matviichuk Date: Mon, 8 May 2023 12:54:06 +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 8fcc530..528bb57 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ or add ```json { "require": { - "idapgroup/elasticsearch-its-easy": "^1.0.0" + "idapgroup/elasticsearch-its-easy": "^1.1.0" } } ``` diff --git a/composer.json b/composer.json index e2ed1c9..21bf720 100644 --- a/composer.json +++ b/composer.json @@ -7,7 +7,7 @@ "keywords": [ "elasticsearch" ], - "version": "1.0.0", + "version": "1.1.0", "authors": [ { "name": "Sergey Belyy",