Skip to content

Commit b6b61a5

Browse files
authored
build: release new version (#27)
1 parent 8bef709 commit b6b61a5

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

flake.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
vsixToCodeExtension =
2121
pkgs: vsix:
2222
pkgs.vscode-utils.buildVscodeExtension {
23-
inherit (vsix.packageJson) name version;
23+
inherit (vsix) pname version;
2424
src = vsix;
2525
unpackPhase = "unzip $src";
2626

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"publisher": "sysdig",
44
"displayName": "Sysdig Scanner",
55
"description": "Sysdig Scanner for Visual Studio Code",
6-
"version": "0.2.11",
6+
"version": "0.2.12",
77
"icon": "img/logo.png",
88
"repository": "https://github.com/sysdiglabs/vscode-extension",
99
"engines": {

0 commit comments

Comments
 (0)