Skip to content

Commit

Permalink
doc: update version compatibility info
Browse files Browse the repository at this point in the history
  • Loading branch information
siddharthlatest committed Jul 17, 2019
1 parent 1710525 commit 151f843
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ It offers a blocks based GUI for composing Elasticsearch queries and comes with

### 3. Roadmap

Mirage works with an Elasticsearch 2.x index currently. Below is the roadmap for query support.
Mirage works with any Elasticsearch 2.x, 5.x, 6.x and 7.x index currently. Below is the roadmap for query support.

✓ indicates queries already supported.
➕ indicates queries we would like to support and see [contributions for](#5-how-to-contribute).
Expand Down Expand Up @@ -146,7 +146,7 @@ or

#### [Run with docker](https://hub.docker.com/r/appbaseio/mirage)

Works with Elasticsearch versions 1.x, 2.x and 5.x.
Works with Elasticsearch versions 1.x, 2.x, 5.x, 6.x and 7.x.

```sh
docker run -p 3030:3030 -d appbaseio/mirage
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mirage",
"version": "0.10.1",
"version": "0.11.0",
"description": "🔎 GUI for Elasticsearch Queries",
"author": "Appbase Inc.",
"license": "Apache-2.0",
Expand Down

0 comments on commit 151f843

Please sign in to comment.