Skip to content

Commit

Permalink
New version.
Browse files Browse the repository at this point in the history
  • Loading branch information
maziac committed Nov 17, 2022
1 parent 44bcd06 commit 250481a
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 13 deletions.
20 changes: 10 additions & 10 deletions package-lock.json

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

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "asm-code-lens",
"displayName": "ASM Code Lens",
"version": "2.0.0-rc1",
"version": "2.0.0",
"publisher": "maziac",
"description": "A language server that enables code lens, references, hover information, symbol renaming and the outline view for assembler files.",
"author": {
Expand All @@ -27,8 +27,8 @@
"url": "https://github.com/maziac/asm-code-lens/issues"
},
"engines": {
"vscode": "^1.65.0",
"node": "^14.15.4"
"vscode": "^1.71.0",
"node": "^16.14.0"
},
"icon": "assets/icon.png",
"categories": [
Expand Down
Binary file added releases/asm-code-lens-2.0.0.vsix
Binary file not shown.

0 comments on commit 250481a

Please sign in to comment.