Skip to content

Commit

Permalink
Added 6.3.x
Browse files Browse the repository at this point in the history
  • Loading branch information
Pascal committed Aug 9, 2018
1 parent 1dd8ee9 commit 53ceac3
Showing 3 changed files with 7 additions and 5 deletions.
7 changes: 4 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "Elasticsearch",
"version": "0.1.6",
"versionDate": "2018-04-11",
"version": "0.1.7",
"versionDate": "2018-08-09",
"author": "hackolade",
"engines": {
"hackolade": "1.12.7",
@@ -23,7 +23,8 @@
"5.6.x",
"6.0.x",
"6.1.x",
"6.2.x"
"6.2.x",
"6.3.x"
]
},
"features": {
3 changes: 2 additions & 1 deletion properties_pane/model_level/modelLevelConfig.json
Original file line number Diff line number Diff line change
@@ -113,7 +113,8 @@ making sure that you maintain a proper JSON format.
"5.6.x",
"6.0.x",
"6.1.x",
"6.2.x"
"6.2.x",
"6.3.x"
],
"disabledOption": false
},
2 changes: 1 addition & 1 deletion reverse_engineering/config.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"errors": {
"NO_DATABASES": "There is no databases in Elasticsearch instance",
"WRONG_CONNECTION": "Can not connect to Elasticsearch instance"
"WRONG_CONNECTION": "Cannot connect to Elasticsearch instance"
},
"scenario": "connectToDB",
"excludeDocKind": ["id"]

0 comments on commit 53ceac3

Please sign in to comment.