Skip to content

Commit

Permalink
0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
adrianstephens committed Sep 25, 2024
1 parent e5e106d commit 5261c27
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .vscode/tasks.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
{
"type": "shell",
"label": "prepublish",
"command": "git add . & npm version patch --force",
"command": "git add . & npm version minor --force",
"problemMatcher": [],
"dependsOn": [
"npm: compile",
Expand Down
4 changes: 2 additions & 2 deletions 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 package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"displayName": "Registry Editor",
"description": "A Registry Editor for VSCode",
"icon": "assets/icon.png",
"version": "0.4.4",
"version": "0.5.0",
"publisher": "isopodlabs",
"repository": "https://github.com/adrianstephens/vscode_registry",
"engines": {
Expand Down
Binary file modified reg/reg.exe
Binary file not shown.

0 comments on commit 5261c27

Please sign in to comment.