Skip to content

Commit

Permalink
Update client version to v0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
davelopez committed Oct 2, 2022
1 parent 89ccab6 commit 895d9f2
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 7 deletions.
10 changes: 7 additions & 3 deletions client/.vscodeignore
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
**/*.ts
.vscode-test/**
**/*.log
**/*.map
out/**
node_modules/**
**/*.ts
dist/**/*.txt
glsenv/**
node_modules/**
out/**
tests/**
tsconfig.json
webpack.config.js
4 changes: 2 additions & 2 deletions client/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"author": "davelopez",
"publisher": "davelopez",
"license": "Apache-2.0",
"version": "0.7.3",
"version": "0.8.0",
"preview": true,
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion client/src/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ export namespace Constants {
export const LS_VENV_NAME = "glsenv";
export const GALAXY_LS_PACKAGE = "galaxy-language-server";
export const GALAXY_LS = "galaxyls";
export const GALAXY_LS_VERSION = "0.7.1";
export const GALAXY_LS_VERSION = "0.8.0";
export const LANGUAGE_ID = "galaxytool";
export const TOOL_DOCUMENT_EXTENSION = "xml";

Expand Down

0 comments on commit 895d9f2

Please sign in to comment.