Skip to content

Commit

Permalink
extension: update version to v0.0.5
Browse files Browse the repository at this point in the history
This version has manually been published to the VSCode marketplace, so
this update is to ensure the repo is consistent with the published
state. Subsequent releases will happen from the release workflow when
the repo is tagged.

Signed-off-by: Paul Jolly <[email protected]>
Change-Id: Ib69e43aecd01e395568d3a6cb998c5e758c2938a
Dispatch-Trailer: {"type":"trybot","CL":1204441,"patchset":19,"ref":"refs/changes/41/1204441/19","targetBranch":"master"}
  • Loading branch information
myitcv authored and cueckoo committed Nov 26, 2024
1 parent 6b3960e commit da1f194
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion extension/extension.cue
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ extension: npm: {
displayName: "vscode-cue"
description: "CUE language support for Visual Studio Code"
repository: "https://github.com/cue-lang/vscode-cue"
version: "0.0.3"
version: "0.0.5"
icon: "media/white_circle_128.png"
license: "MIT"
publisher: "cuelangorg"
Expand Down
4 changes: 2 additions & 2 deletions extension/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 extension/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"displayName": "vscode-cue",
"description": "CUE language support for Visual Studio Code",
"repository": "https://github.com/cue-lang/vscode-cue",
"version": "0.0.3",
"version": "0.0.5",
"icon": "media/white_circle_128.png",
"license": "MIT",
"publisher": "cuelangorg",
Expand Down

0 comments on commit da1f194

Please sign in to comment.