Skip to content

Commit

Permalink
Merge pull request #38 from nedap/0.6.0-update
Browse files Browse the repository at this point in the history
Update version number to 0.6.0
  • Loading branch information
pieterbos authored Feb 6, 2023
2 parents 6b48901 + de0381c commit 01ab8ac
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ public CompletableFuture<InitializeResult> initialize(InitializeParams params) {

ServerInfo serverInfo = new ServerInfo();
serverInfo.setName("ADL 2 Archetype language server");
serverInfo.setVersion("0.5.0");
serverInfo.setVersion("0.6.0");
completableFuture.complete(new InitializeResult(capabilities, serverInfo));
System.err.println(params.getRootUri());
System.err.println(params.getWorkspaceFolders());
Expand Down
4 changes: 2 additions & 2 deletions vscode-extension/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 vscode-extension/client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "VSCode part of the OpenEHR language server",
"author": "Nedap Healthcare",
"license": "Apache 2",
"version": "0.5.0",
"version": "0.6.0",
"publisher": "vscode",
"repository": {
"type": "git",
Expand Down
4 changes: 2 additions & 2 deletions vscode-extension/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 vscode-extension/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "OpenEHR ADL support, including syntax highlighting and validation",
"author": "Nedap Healthcare",
"license": "Apache 2.0",
"version": "0.5.0",
"version": "0.6.0",
"icon": "openehr-square-256x256.png",
"repository": {
"type": "git",
Expand Down

0 comments on commit 01ab8ac

Please sign in to comment.