Skip to content

Commit

Permalink
upgrade version
Browse files Browse the repository at this point in the history
  • Loading branch information
andyduong1920 committed Oct 26, 2023
1 parent e836bcd commit 3984dc5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ package:
printf "Y\n" | vsce package

install:
code --install-extension bar-helper-0.4.2.vsix
rm bar-helper-0.4.2.vsix
code --install-extension bar-helper-0.4.3.vsix
rm bar-helper-0.4.3.vsix

package_and_install: compile package install

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "bar-helper",
"displayName": "Bar Helper",
"description": "Run any command from the status bar.",
"version": "0.4.2",
"version": "0.4.3",
"publisher": "andyduong1920",
"repository": {
"type": "git",
Expand Down

0 comments on commit 3984dc5

Please sign in to comment.