Skip to content

Commit 7f58dac

Browse files
committed
Bump version to 0.14.1
1 parent 0c3fcc9 commit 7f58dac

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

client/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"author": "davelopez",
66
"publisher": "davelopez",
77
"license": "Apache-2.0",
8-
"version": "0.14.0",
8+
"version": "0.14.1",
99
"preview": true,
1010
"repository": {
1111
"type": "git",

client/src/constants.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ export namespace Constants {
33
export const LS_VENV_NAME = "glsenv";
44
export const GALAXY_LS_PACKAGE = "galaxy-language-server";
55
export const GALAXY_LS = "galaxyls";
6-
export const GALAXY_LS_VERSION = "0.14.0";
6+
export const GALAXY_LS_VERSION = "0.14.1";
77
export const LANGUAGE_ID = "galaxytool";
88
export const TOOL_DOCUMENT_EXTENSION = "xml";
99

0 commit comments

Comments
 (0)