Skip to content

Commit

Permalink
Publish v0.7.8
Browse files Browse the repository at this point in the history
  • Loading branch information
mborik committed Dec 18, 2021
1 parent 8d635d9 commit ec54f20
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 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.7" Publisher="mborik"/>
<Identity Language="en-US" Id="z80-macroasm" Version="0.7.8" 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
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -110,10 +110,11 @@ These values can be used in `.vscode/tasks.json` of your project's build task.
- [`rgbds-vscode`](https://github.com/DonaldHays/rgbds-vscode) by **Donald Hays**

#### Contributors:
- [Krusty of Benediction](https://github.com/rgiot)
- [Romain Giot](https://github.com/rgiot)
- [Néstor Sancho](https://github.com/theNestruo)
- [Tomaz Kragelj](https://github.com/tomaz)
- [Alexander Kovalenko](https://github.com/alexanderk23)
- [Alexander Kolnogorov](https://github.com/kolnogorov)

## 📋 License

Expand Down
2 changes: 1 addition & 1 deletion 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.7",
"version": "0.7.8",
"icon": "logo.png",
"publisher": "mborik",
"categories": [
Expand Down

0 comments on commit ec54f20

Please sign in to comment.