Skip to content

Commit 53ceac3

Browse files
author
Pascal
committed
Added 6.3.x
1 parent 1dd8ee9 commit 53ceac3

File tree

3 files changed

+7
-5
lines changed

3 files changed

+7
-5
lines changed

package.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "Elasticsearch",
3-
"version": "0.1.6",
4-
"versionDate": "2018-04-11",
3+
"version": "0.1.7",
4+
"versionDate": "2018-08-09",
55
"author": "hackolade",
66
"engines": {
77
"hackolade": "1.12.7",
@@ -23,7 +23,8 @@
2323
"5.6.x",
2424
"6.0.x",
2525
"6.1.x",
26-
"6.2.x"
26+
"6.2.x",
27+
"6.3.x"
2728
]
2829
},
2930
"features": {

properties_pane/model_level/modelLevelConfig.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,8 @@ making sure that you maintain a proper JSON format.
113113
"5.6.x",
114114
"6.0.x",
115115
"6.1.x",
116-
"6.2.x"
116+
"6.2.x",
117+
"6.3.x"
117118
],
118119
"disabledOption": false
119120
},

reverse_engineering/config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"errors": {
33
"NO_DATABASES": "There is no databases in Elasticsearch instance",
4-
"WRONG_CONNECTION": "Can not connect to Elasticsearch instance"
4+
"WRONG_CONNECTION": "Cannot connect to Elasticsearch instance"
55
},
66
"scenario": "connectToDB",
77
"excludeDocKind": ["id"]

0 commit comments

Comments
 (0)