version bump

This commit is contained in:
Thorsten Muerell
2017-11-01 08:45:18 +01:00
parent 4e9b831039
commit e0dca9d1fc

View File

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