Skip to content

Commit

Permalink
Release extension version 1.3.0 (#119)
Browse files Browse the repository at this point in the history
Co-authored-by: cjlapao <cjlapao@gmail.com>
  • Loading branch information
github-actions[bot] and cjlapao authored Sep 10, 2024
1 parent 29ca536 commit 1462c67
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
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 @@ -8,7 +8,7 @@
"url": "https://github.com/Parallels/parallels-vscode-extension"
},
"icon": "img/logo/parallels_logo.png",
"version": "1.2.25",
"version": "1.3.0",
"engines": {
"vscode": "^1.90.0"
},
Expand Down
2 changes: 1 addition & 1 deletion src/constants/flags.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
export const VERSION = "1.2.21";
export const VERSION = "1.3.0";
export const FLAG_NO_GROUP = "no_group";
export const FLAG_OS = "parallels-desktop:os";
export const FLAG_CONFIGURATION = "parallels.configuration";
Expand Down

0 comments on commit 1462c67

Please sign in to comment.