version bump

sql-parser
Thorsten Muerell 7 years ago
parent 4e9b831039
commit e0dca9d1fc

@ -2,7 +2,7 @@
"name": "frog", "name": "frog",
"displayName": "frog", "displayName": "frog",
"description": "The Oracle SQL workbench for VSCode", "description": "The Oracle SQL workbench for VSCode",
"version": "0.0.3", "version": "0.0.5",
"publisher": "todie", "publisher": "todie",
"engines": { "engines": {
"vscode": "^1.17.0" "vscode": "^1.17.0"
@ -40,17 +40,6 @@
"name": "Connections" "name": "Connections"
} }
] ]
},
"configuration": {
"type": "object",
"title": "Frog configuration",
"properties": {
"frog.connections": {
"type": "string",
"default": "",
"description": "Set connections to use"
}
}
} }
}, },
"scripts": { "scripts": {

Loading…
Cancel
Save