Skip to content

Commit

Permalink
Publishing of hotfix v0.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
mborik committed Jun 1, 2021
1 parent 7fa64d8 commit 7fb33d8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .vsixmanifest
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<PackageManifest Version="2.0.0" xmlns="http://schemas.microsoft.com/developer/vsx-schema/2011" xmlns:d="http://schemas.microsoft.com/developer/vsx-schema-design/2011">
<Metadata>
<Identity Language="en-US" Id="z80-macroasm" Version="0.7.1" Publisher="mborik"/>
<Identity Language="en-US" Id="z80-macroasm" Version="0.7.2" Publisher="mborik"/>
<DisplayName>Z80 Macro-Assembler</DisplayName>
<Description xml:space="preserve">Support for Z80 macro-assemblers in Visual Studio Code</Description>
<Tags>assembly,macro,assembler,Zilog,Z80,Sinclair,ZX-Spectrum,Amstrad,CPC</Tags>
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "z80-macroasm",
"displayName": "Z80 Macro-Assembler",
"description": "Support for Z80 macro-assemblers in Visual Studio Code",
"version": "0.7.1",
"version": "0.7.2",
"icon": "logo.png",
"publisher": "mborik",
"categories": [
Expand All @@ -28,7 +28,7 @@
},
"license": "MIT",
"engines": {
"vscode": "^1.1.37",
"vscode": "^1.52.0",
"node": "^16.2.0"
},
"activationEvents": [
Expand Down Expand Up @@ -285,6 +285,6 @@
"@types/node": "^15.6.1",
"@types/vscode": "^1.52.0",
"typescript": "^4.1.3",
"vscode": "^1.1.37"
"vscode-test": "^1.5.2"
}
}

0 comments on commit 7fb33d8

Please sign in to comment.