Skip to content

Commit 621254f

Browse files
committed
Bump to 3.0.3
1 parent 4906896 commit 621254f

File tree

3 files changed

+8
-5
lines changed

3 files changed

+8
-5
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "OpenAPI",
3-
"version": "0.1.18",
4-
"versionDate": "2020-05-28",
3+
"version": "0.1.19",
4+
"versionDate": "2020-06-12",
55
"author": "hackolade",
66
"engines": {
77
"hackolade": "3.6.8",
@@ -12,7 +12,7 @@
1212
"applicationTarget": "OPENAPI",
1313
"title": "OpenAPI",
1414
"versions": [
15-
"3.0.2"
15+
"3.0.3"
1616
]
1717
},
1818
"features": {

properties_pane/defaultData.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"model": {
33
"modelName": "New resource model",
4-
"dbVersion": "3.0.2",
4+
"dbVersion": "3.0.3",
55
"dbVendor": "OpenAPI"
66
},
77
"container": {

properties_pane/model_level/modelLevelConfig.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,10 @@ making sure that you maintain a proper JSON format.
156156
"propertyTooltip": "DB version",
157157
"propertyType": "select",
158158
"options": [
159-
"3.0.2"
159+
"3.0.3",
160+
"3.0.2",
161+
"3.0.1",
162+
"3.0.0"
160163
],
161164
"disabledOption": false
162165
},

0 commit comments

Comments
 (0)