Skip to content

Commit 6ef324b

Browse files
committed
Bump version to v0.6.1
1 parent 418e189 commit 6ef324b

File tree

4 files changed

+4
-3
lines changed

4 files changed

+4
-3
lines changed

DEVELOPMENT.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ Test the new vscode-elixir-ls version with:
77

88
```
99
npm install -g vsce@latest
10+
cp elixir-ls/.release-tool-versions .tool-versions
1011
vsce package
1112
code --install-extension ./elixir-ls-0.2.44.vsix --force
1213
```

elixir-ls

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"author": "The Elixir community",
1212
"license": "MIT",
1313
"publisher": "JakeBecker",
14-
"version": "0.6.0",
14+
"version": "0.6.1",
1515
"engines": {
1616
"vscode": "^1.44.0"
1717
},

0 commit comments

Comments
 (0)