We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c3fcc9 commit 7f58dacCopy full SHA for 7f58dac
client/package.json
@@ -5,7 +5,7 @@
5
"author": "davelopez",
6
"publisher": "davelopez",
7
"license": "Apache-2.0",
8
- "version": "0.14.0",
+ "version": "0.14.1",
9
"preview": true,
10
"repository": {
11
"type": "git",
client/src/constants.ts
@@ -3,7 +3,7 @@ export namespace Constants {
3
export const LS_VENV_NAME = "glsenv";
4
export const GALAXY_LS_PACKAGE = "galaxy-language-server";
export const GALAXY_LS = "galaxyls";
- export const GALAXY_LS_VERSION = "0.14.0";
+ export const GALAXY_LS_VERSION = "0.14.1";
export const LANGUAGE_ID = "galaxytool";
export const TOOL_DOCUMENT_EXTENSION = "xml";
0 commit comments