Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
JosephAbbey committed May 25, 2024
1 parent 842b0cf commit 1d176fa
Showing 1 changed file with 15 additions and 6 deletions.
21 changes: 15 additions & 6 deletions scratch-vhdl-vscode/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,14 @@
"publisher": "JosephAbbey",
"displayName": "Scratch VHDL",
"description": "",
"version": "1.0.5",
"version": "1.0.6",
"license": "MIT",
"engines": {
"vscode": "^1.75.0"
},
"categories": ["Other"],
"categories": [
"Other"
],
"repository": {
"type": "git",
"url": "https://github.com/house-of-abbey/scratch_vhdl"
Expand Down Expand Up @@ -61,15 +63,22 @@
"languages": [
{
"id": "javascript",
"extensions": [".sbi"]
"extensions": [
".sbi"
]
},
{
"id": "json",
"extensions": [".sbd", ".sbe"]
"extensions": [
".sbd",
".sbe"
]
},
{
"id": "customasm",
"extensions": [".asm"]
"extensions": [
".asm"
]
}
],
"jsonValidation": [
Expand Down Expand Up @@ -122,4 +131,4 @@
"@vscode/webview-ui-toolkit": "^1.2.2",
"blockly": "^10.1.3"
}
}
}

0 comments on commit 1d176fa

Please sign in to comment.